python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
How to import navigation in WebView component?
i stuck with one case in React Native. I have this components:
This is my App file..where my set i want to start with WebViewScreen, i still did not set useState etc.
My Navigation component:
And my...
Nikolaev23
Votes: 0
Answers: 1
Component remounting on context update
I've been trying to update a global state used by several screens on my app using react context, which seemed to be the advice I found here.
However every time the context is updated in the screen, it...
user2998454
Votes: 0
Answers: 1
React Native assembleRelease fails with an Exception. Execution failed for task ':react-native-navigation:compileReactNative68DebugKotlin'
I have trouble with assembleRelease after updating the packages in my React Native app. The execution goes to 99% and fails with the following error message
However the assembleDebug is working fine
...

Vizard
Votes: 0
Answers: 0
how to add custom container bar on top of react native top navigation
i Want to create a custom searchbar and a notification icon including header contaner for certain page on top of the top bar navigation ,
the screen should be similar to google playstore , i have been...
Midlaj K
Votes: 0
Answers: 2