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 read typescript error in order to understand what type should be used?
I don't understand how to handle typescript error like this.
I am using react-navigation and tried to make custom header.
From documentation there are list of parameters that this component get but I ...
1110
Votes: 0
Answers: 1
Hardware Backbutton In react native android not working
I am using react native with navigation. I did not notice but suddenly the back button is not working in the entire app. The header back button on left is working absolutely fine however, the hardware...

Gaurav Khatri
Votes: 0
Answers: 2
reset stack navigation when move from drawer navigation
I have a drawer navigation like that
const DrawerNavigatorRoutes = (props) => {
return (
<Drawer.Navigator>
<Drawer.Screen
name="homeScreenStack"
comp...
alex
Votes: 0
Answers: 1
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