python (65.1k questions)
javascript (44.2k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (12.9k 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
withNavigation on class component with typescript
Please help me get this minimum-working example with withNavigation to work
https://codesandbox.io/s/withnavigation-not-working-lds560?file=/src/index.js
import React, {Component} from "react&quo...
Sebastian Nielsen
Votes: 0
Answers: 2
Reusing Stack with Group when nesting Navigation
Using React Navigation 6, in the documentation, they recommend you use Groups to minimize nested navigators.
However I'm not sure how to do that in this example, using a nested Stack in a Tab Navigato...
Bjørn RL
Votes: 0
Answers: 1
Adding TabBarBadge value with createNativeStackNavigator and useNavigation
I am trying to change tabBarBadge value from Stack react-navigation:
import React from 'react';
import { createNativeStackNavigator } from '@react-navigation/native-stack';
import { createBottomTabNav...
olscode
Votes: 0
Answers: 1