Hot Reloading Error on React Native 0.22
If you upgrade your React Native app to 0.22 and you start getting the following error <Text> can't have any children except <Text>, <Image> or raw strings
even if your <Text>
components are all correct, just disable the new Hot Reloading feature that was introduced in this version and the errors will stop:
Shake the device => Disable Hot Reloading
Tweet