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)
Prevent screen blur in React Native Navigation
React Navigation library supply me the blur event, that trigs when the focused screen is going to be unfocused. Great.
But what if I need to prevent the blur action itself by stopping the user to go ...
Nemus
Votes: 0
Answers: 1
Screen getting frozen up/ stuck when navigating to different screen or component
I have this screen where I take data (as image URL ) from an API and display it as a gallery. The app works normally, but as soon I select an image from this gallery. Some screen/ components get froze...
Prithin Babu
Votes: 0
Answers: 0
React navigation migration from v3 to v6
I've been assigned to a project where we need to upgrade react navigation from version 3 to version 6. Looking at the code I've found some strage stuff (or at least I think they are strange), the proj...

Dieguinho
Votes: 0
Answers: 0
How can I close a modally opened window with its own navigation stack?
I have the following structure in my React Native project, suggested by this answer:
export const Root = () => {
const RootStack = useMemo(() => createStackNavigator(), []);
const HomeSt...

Tamás Sengel
Votes: 0
Answers: 3