All Questions
4 questions
1
vote
1
answer
1k
views
React Native built-in Modal is not visible while coming back to screen
I'm confused in this code little bit,
I've two screens, MainScreen and FeedScreen inside NativeStackNavigator,
where initialScreenName(screen which will be routed/render first) is MainScreen.
I've a ...
0
votes
1
answer
688
views
React-Native navigation - navigation.navigate doesn't pass route params
I'm trying to pass a roomID between components in React-Native using the React-Native navigator (v6) method. I destructure {navigation, route} and route is always undefined, but it shouldn't be. I'm ...
0
votes
1
answer
2k
views
React Native Unmount component before navigation goBack()
I have a screen that has content that is updated by and api call. Whenever I leave the screen, I want to unmount the component so that the next time it is rendered again, because the api is called ...
0
votes
1
answer
2k
views
React Native Hooks and Authentication flow
I am currently setting up my authentification flow for my React Native app and I ve got the following issues.
My navigation screen looks like that
export default CreateStack = () => {
const [...