I had trouble running react-native project in an android virtual device.
When I make a react-native project with react-native init MyTest and thenreact-native run-android,but it shows a "red screen" in the AVD with a tips " 'View' has no propType for native prop 'RCTView.elevation' of native type 'number' ".
Has anyone come across this issue? How can I do to solve this problem?here is the Snapshot of the "red screen"
Add a comment
|