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
-
That is it: rn-inkpad has zero dependencies. Icons are provided by you (lucide, @expo/vector-icons, your own SVGs…), see the Icons page.
-
Optional: wrap your app in a ThemeProvider to change the default colors once. Every component also accepts
testIDand accessibility props, see Accessibility & testing.
Extra
- Example app with every component: example/.