You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Clone this repository git clone https://github.com/michaelgichia/react_native_animations.git and cd the project.
Install dependencies either by running npm install or yarn.
Run storybook on the first terminal yarn run storybook or npm run storybook. You can navigate all the pages on localhost: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.
Troubleshoot
Open debug menu on devices adb shell input keyevent 82
ERROR Metro Bundler can't listen on port try sudo lsof -i :<PORT> and kill -9 <PID>