266 questions
0
votes
1
answer
363
views
Does react-native-navigation work completely on Main Thread? Will it work if JS thread is blocked?
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-...
1
vote
1
answer
451
views
Android - Got DOWN touch before receiving UP or CANCEL from last gesture
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 ...
2
votes
0
answers
66
views
React Native Navigation: I renamed two files to swap them and the code. Example renamed 1 to 2 and 2 to 1. React native navigtion messing up now
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 ...
0
votes
1
answer
1k
views
React navigation 6 ( navigate to another stack and specific screen)
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/...
1
vote
0
answers
149
views
WIX RNN (Navigation) - Bottom tabs not showing for some Android devices
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 ...
2
votes
1
answer
470
views
One root view for react-native-navigation
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 ...
1
vote
0
answers
122
views
React Native Navigation: How can I display a new bottom tab without calling setRoot?
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: {
...
4
votes
1
answer
1k
views
RNN Wix > Task :react-native-navigation:compileReactNative68DebugJavaWithJavac FAILED
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 ...
0
votes
1
answer
512
views
Cannot get React-Native-Navigation installed for the life of me
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 ...
1
vote
3
answers
1k
views
RN Refresh parent screen after navigating back from particular screens
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 ...
1
vote
1
answer
563
views
Shared Element animation using showModal and dismiss gesture [react-native-navigation/wix]
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 ...
1
vote
1
answer
3k
views
how to perform deep linking on React Native Navigation
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. ...
0
votes
1
answer
1k
views
How to navigate to a same screen on stack in react native
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 ...
0
votes
1
answer
1k
views
wix react native navigation registerComponent React is not defined
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! ...
3
votes
1
answer
546
views
How to remove react native navigation by wix
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 ...