Skip to content

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.

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.