forked from facebook/react-native
-
Notifications
You must be signed in to change notification settings - Fork 3
RNTester Knowledge Base
Yash Kumar Verma edited this page Jul 10, 2020
·
3 revisions
This wiki page contains all the findings which can be helpful in debugging common issues or get started with development.
A bash script that can be used to quickly set up testing environment. Checkout react-native-shots
-
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.