demo.mp4
Onboarding demo built with React Native, Reanimated 3 and Lottie.
You can download an .apk
to test this app in your Android device: https://github.com/gpuente/onboarding-demo-rn/releases/download/1.0.0/onboarding-demo-rn-android.apk
Before running this app, you need to setup the React Native development environment. You can follow the official instructions: https://reactnative.dev/docs/environment-setup
Once your environment is configured, you should execute this steps:
- install the dependencies:
yarn install
- start the metro bundler:
yarn start
- follow the instructions in the terminal to open the app in an Android or IOS simulator.