- Clone this repository
git clone https://github.com/michaelgichia/react_native_animations.gitand cd the project. - Install dependencies either by running npm install or yarn.
- Run storybook on the first terminal
yarn run storybookornpm run storybook. You can navigate all the pages onlocalhost:7007/and will sync with the app. - If you have all prerequisites setup, open the second terminal and run the Android project
react-native run-android. - Depending on your setup, after the project finish building, the application will automatically start.
- Open debug menu on devices
adb shell input keyevent 82 - ERROR Metro Bundler can't listen on port try
sudo lsof -i :<PORT>andkill -9 <PID>