@pspatel/react-native-app-intro
Version:
A fully customizable React Native component aimed to beautify onboarding experience
21 lines (14 loc) • 394 B
Markdown
# Installation
You can clone from this repository.
```bash
git clone https://github.com/Parth-coditas/react-native-app-intro
cd react-native-app-intro/example
yarn install
npx pod-install ios
```
# Usage
```bash
Running
npx react-native run-android # This runs application in android device.
npx react-native run-ios # This runs application in iOS device.
```