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
This wiki page contains all the findings which can be helpful in debugging common issues or get started with development.
React Native Shots
A bash script that can be used to quickly set up testing environment. Checkout react-native-shots
Common Errors and Solutions
React Native Version Mismatch : Means that you have the wrong pair of metro config and generated apk. To fix this, make sure if you are running "unlinked" react-native and the metro config points to the react-native directory and not ../... Or run ./shots init using the above mentioned script.