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
Here is render method: render() { return ( <View> <View/> <View> <Text>why doubled?</Text> </View> <View/> </View> ); }
The render result:
the rend two same elements in Android.
My react native version is:
"react-native": "^0.21.0",
The text was updated successfully, but these errors were encountered:
Here is render method:
render() { return ( <View> <View/> <View> <Text>why doubled?</Text> </View> <View/> </View> ); }
The render result:
the rend two same elements in Android.
My react native version is:
"react-native": "^0.21.0",
The text was updated successfully, but these errors were encountered: