You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have update Android version 33 to 34 and the update react-native version 0.64.4 to 0.70.2 and My react-native-navigation library version 6.6.2 to 7.35.2
After that app get stuck on splash screen
Also Need to confirm that after Updating the react-native-navigation version need to link project with the command npx rnn-link or follow Manual Installation steps?
(Write your steps here:)
Open the app on Android
App is stuck on Splash Screen
You have to close and reopen the app to enter and switch from Splash Screen to Home Screen
What was the expected behaviour?
Open the app -> Splash Screen -> Home Screen
Was it tested on latest react-native-navigation?
I have tested this issue on the latest react-native-navigation release and it still reproduces.
What happened?
I have update Android version 33 to 34 and the update react-native version 0.64.4 to 0.70.2 and My react-native-navigation library version 6.6.2 to 7.35.2
After that app get stuck on splash screen
Also Need to confirm that after Updating the react-native-navigation version need to link project with the command npx rnn-link or follow Manual Installation steps?
(Write your steps here:)
Open the app on Android
App is stuck on Splash Screen
You have to close and reopen the app to enter and switch from Splash Screen to Home Screen
What was the expected behaviour?
Open the app -> Splash Screen -> Home Screen
Was it tested on latest react-native-navigation?
Help us reproduce this issue!
Navigation.events().registerAppLaunchedListener(async () => {
console.log('App Launched');
Navigation.setDefaultOptions({
statusBar: {
style: isAndroid ? 'light' : 'dark',
},
layout: {
orientation: ['portrait'],
topMargin: 0,
},
animations: isAndroid ? transitionOptions : undefined,
});
try {
const [isLoggedInResult, lastInitialLocationResult] = await asyncStorage.multiGet([
'isLoggedIn',
'lastInitialLocation',
]);
} catch (error) {
console.error('Error retrieving AsyncStorage data:', error);
}
});
In what environment did this happen?
React Native Navigation version: 7.35.2
React Native version: 0.70.2
Has Fabric (React Native's new rendering system) enabled: (yes/no)
Node version: v18.19.0
Device model:
Android version:
The text was updated successfully, but these errors were encountered: