python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Bottom Tabbar touchables are red in react-native inspector and not clickable
I'm facing a weird issue with my react-native application which i'm not able to solve.
I use react-navigation in my app and @react-navigation/bottom-tabs for the bottom tab navigator.
While developing...
Stevetro
Votes: 0
Answers: 0
React Navigation nesting creates infinite loop
So I am using react navigation v5, and have run to this problem. My navigation starts at:
const RootAppNavigator = () => {
return(
<RootApp.Navigator>
<R...
kyriazo
Votes: 0
Answers: 2
How to render material top tab navigator inside a custom header component
I would like to render material top tab navigator created with createMaterialTopTabNavigator() from react-navigation inside a custom header component.
Indeed, my header is a gradient, so I need to hav...
gigeos
Votes: 0
Answers: 1
react-navigation 5 - how to test navigation event listeners using Enzyme + Jest (react native)
I have implemented a focus listener in my component like so (as shown in the react-navigation v5 documentation):
componentDidMount() {
const { navigation } = this.props
this._unsubscribeFocus = na...
ArronK
Votes: 0
Answers: 1