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)
React Native Navigation Argument of type 'string' is not assignable to parameter of type
I have this problem with react native, react navigation, even with this error the navigation flow is still working.
Argument of type 'string' is not assignable to parameter of type '{ key: string; par...
Anthony Davi
Votes: 0
Answers: 4
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
How do I remove the background of a Tab Bar in react nativegation v6?
I applied borderTopLefRadius and borderTopRightRadius: So this is the result of my custom tab navigator, but I want to remove that white background color, but I don´t know how
This is my code:
...
Alejandro Vega
Votes: 0
Answers: 2
How can I set a default screen for a nested Stack-Navigator in React-Native-Navigation v5?
I am using a stack navigator within a bottemtabbar and I want to set a default screen in the stack navigator.
I'm using React-Native-Navigation v5, so I'll have to create the Navigator like this:
cons...
JaRoMaster
Votes: 0
Answers: 1