Skip to main content

All Questions

0 votes
0 answers
26 views

Stale application instances lingering in Safari Develop Menu after popping out navigation screen

I have a react-native app running in my IOS simulator in which I am using react-navigation version 6. My home screen is called the myApps screen which lists several small applications that the user ...
Pankaj Badgujar's user avatar
5 votes
1 answer
2k views

React Navigation v6 stack navigator with headerLargeTitle collapsing too fast

In my app I am trying to use React Navigation's stack navigator with headerLargeTitle and headerTransparent enabled. My implementation looks like this: Navigator.tsx <HomeStack.Navigator ...
Bjarn Bronsveld's user avatar
0 votes
1 answer
840 views

How do I put the Pulll to refresh indicator above the header in iOS?

On iOS apps when the header is big pull to refresh brings down even the header and shows the refresh icon above the header. The Refresh Control puts it relative to the FlatList so if I pull to ...
Archimedes Trajano's user avatar
1 vote
1 answer
2k views

Weird behaviour with Double Tapping BottomTabNavigator - React Navigation

I use React Navigation to do my Navigation in my mobile app and I have a structure navigation like this: const AccountStack = createStackNavigator( { Account: AccountView, ... ...
Viktor Jovanovic's user avatar
2 votes
1 answer
2k views

Dismiss a React Native RCTRootView back to a Native ViewController

I'm creating an app to integrate react-native with an existing Swift app. I've looked into similar issues: React-Native: Dismiss/Exit React-Native View back to Native How can I go back to native ...
Frakcool's user avatar
  • 11.1k
1 vote
2 answers
2k views

How do I create a react-native full-screen modal that will cover a SafeAreaView with tabs?

If I have a bottom tab navigator and I the screens within that navigator to navigate to a modal which will be truly full-screen (covering SafeAreaView), how do i I do that? From what i understand, ...
leecsargent's user avatar
4 votes
0 answers
780 views

react-navigation is working on iOS simulator but facing navigation problem on iOS real device

react - navigation is working for both iOS and android emulator and android real device but not working for iOS real device I am using stack navigator, inside stack navigator using drawer navigator ...
Killerrr_anku's user avatar