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
The example code for modal-enhanced-react-native-web runs into a rendering error when
<View>
<Modal>
...
</Modal>
</View>
is nested inside of a <SafeAreaView>. Easy enough to fix, just remove the <View> wrapper from the <Modal>, but it took me a while to figure out what was going wrong so I figured I'd leave something here. Not necessarily something that needs to be fixed.
modal-enhanced-react-native-web: ^0.2.0
react-native: sdk-40.0.1
The text was updated successfully, but these errors were encountered:
The example code for
modal-enhanced-react-native-web
runs into a rendering error whenis nested inside of a
<SafeAreaView>
. Easy enough to fix, just remove the<View>
wrapper from the<Modal>
, but it took me a while to figure out what was going wrong so I figured I'd leave something here. Not necessarily something that needs to be fixed.The text was updated successfully, but these errors were encountered: