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)
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
I keep getting this error (Module not found: Can't resolve 'react-navigation/native'). even though I have 'react-navigation/native' installed
this is my file i have made sure to install both @react-navigation/stack and @react-navigation/native. and I still get this issue. also I am using expo
import { createStackNavigator } from '@react-nav...
Zoubida Rezki
Votes: 0
Answers: 1
React-Navigation performance: How many screens are too many?
I am new to both Recact Native and React-Navigation. The app I am planning is super content heavy. It will have several hundred unqique screens. I want to connect them via React-Navigation so my stack...
Twos22
Votes: 0
Answers: 2
Error adding React Native Navigation header button [Error: Text strings must be rendered within a <Text> component.]
I'm building a mobile app with React Native in an expo managed project and I'm using React Navigation. I'm using a Stack navigation and Tabbar navigation. I'm having trouble adding a simple button int...

flpmko
Votes: 0
Answers: 1