Skip to main content
How are we doing? Please help us improve Stack Overflow. Take our short survey
Filter by
Sorted by
Tagged with
0 votes
1 answer
363 views

Currently I am working on a app which does a lot of background tasks due to which JS thread is blocked for long time. Now currently I am using react-navigation/native-stack and react-navigation/bottom-...
user24516386's user avatar
1 vote
1 answer
451 views

Thanks for taking a look into this issue. I'm working on upgrading a project's React native version from 0.66.4 to 0.72.4 and I'm finding an issue with React Native Navigation, particularly the back ...
Andrés Felipe Arroyave Naranjo's user avatar
2 votes
0 answers
66 views

React Native Navigation: I renamed two files to swap them and the code. React native navigation messing up now. I had two files Register 4 and Register 5. I then renamed Register 4 to Register 5 and ...
Small Rad Comp.'s user avatar
0 votes
1 answer
1k views

I'm using react navigate V6 and I want to move between stacks , but this code is not working : navigation.navigate("Stack Name", { screen: "screen Name" }); @react-navigation/...
fade's user avatar
  • 1
1 vote
0 answers
149 views

I've created an app in React native, which uses the Wix RNN lib. I got the bottom tabs working great on iOS and whenever i test it on my real Android device and simulator. However some users now ...
Stian Instebo's user avatar
2 votes
1 answer
470 views

I'm facing a problem where i need to put a component on top of all the app but react-native-navigation structure is preventing me from implementing this, there's no root component that's containing ...
karimhekal's user avatar
1 vote
0 answers
122 views

I am using React Native Navigation Library and I display 4 tabs when the app boots up. export const home = async (currentTabId: string) => { await Navigation.setRoot({ root: { ...
age's user avatar
  • 23
4 votes
1 answer
1k views

So i opened up my project today, ready to export and compile an Android build. I ran: react-native run-android and ./gradlew bundleRelease" as i always does, but now it errors and fails every ...
Stian Instebo's user avatar
0 votes
1 answer
512 views

I am working on implementing wix navigation to my React Native project. So far I have: Initialised the project with the CLI, installed react-native-navigation and followed the set-up instructions ...
Paul's user avatar
  • 11
1 vote
3 answers
1k views

I have main screen A. From A it's possible to navigate B, C, D screens. In most cases I need to refresh screen A on focus event, only A shouldn't be refreshed when navigating back from D. How can I ...
ZHSX's user avatar
  • 43
1 vote
1 answer
563 views

I'm trying to create an instagram story like screen, when you press the story the sharedElement transition is triggered and then in StoryScreen, if you perform the dismiss gesture, the screen will ...
PietroPutelli's user avatar
1 vote
1 answer
3k views

I have a request to implement deep linking in our React Native application whereby clicking a link will take them directly into the installed app. I am able to successfully direct them to the app. ...
Leul Ayalew's user avatar
0 votes
1 answer
1k views

I have a stack in react-native-navigation. I want to navigate to a screen that is in the stack before. but when I use Navigation.push command nothing happened and the screen does not change. How to ...
Mohamadamin's user avatar
0 votes
1 answer
1k views

In react-native-navigation 7.14.0, the Navigation.registerComponentWithRedux has been deprecated and it suggested that registerComponentWithRedux is deprecated and will be removed in the next version! ...
s-hunter's user avatar
  • 26k
3 votes
1 answer
546 views

I'm working on a React Native project that use wix/react-native-navigation for the navigation and i hate it. I would like to remove this library but reading the documentation i found that the ...
Silvio Deligios's user avatar

15 30 50 per page
1
2 3 4 5
18