Skip to main content

All Questions

1 vote
0 answers
40 views

React-Native Modal behaving differently in iOS vs Android

In my react-native app the modal opens up only in few screens in iOS but all the necessary screens in Android. I have a navigator setup the following way import { createStackNavigator } from '@react-...
Zephyr's user avatar
  • 2,082
0 votes
1 answer
2k views

react navigation modal swipe

I am currently using react-navigation in a project and running into a view issues. I have two main screens, Login and Main. After logging in a user is taken to the Main screen. The main screen has a ...
Tarang Hirani's user avatar