Getting Started
Overview
RN Inkpad was developed with the goal of making it easier to create user interfaces that work and look the same regardless of the platform
it runs on.
Installation
- Open a Terminal in your project's folder and run:
npm install rn-inkpad
- This library has react-native-vector-icons as unique dependency, however only one font is used, specifically
Ionicons
.
npm install react-native-vector-icons
Information
If you use EXPO, you do not have to do more installations since the framework already has this library pre-installed, however, make sure you have the @expo/vector-icons library installed in your package.json
This library has different installation and configuration instructions for each platform, follow its installation guide to correctly install the library and avoid errors.
Once the library and the dependency are installed, we are ready to use each of the components.