Skip to main content

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
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.

Extra

  • Link to Ionicons in order to view and search for the name of the icon to use.
  • If you have problems installing react-native-vector-icons, here is a template with the package already installed and configured on both platforms.