app intro lottie expo
1.0.0

The technologies used in this app are the following:
Front end: Expo.
Navigation is done with: react-navigation.
Layout: styled-components.
Animations: Lottie.
Node JS with NPM
Expo CLI
npm install -g expo-cligit clone https://github.com/yhenni1989/app-intro-lottie-expo.git
cd app-intro-lottie-expo
yarn
# or
npm install
yarn start
This will start the metro bundler in your browser.
If you have Xcode or Android Emulator installed, then you can launch the simulator using one of the following commands.
yarn ios
# or
yarn android
If you don't have a simulator installed in your machine, skip to step 5.
You must install the Expo Client app on your phone. Links in Section 2 of the docs.
Scan the QR code provided by expo. Located at the bottom left corner in the Metro Bundler browser page.
