React native – toast.show() function is not working when the app starts
While i am using react-native-toast-notifications in react native project, i have used useToast() in my splashscreen. I have wrapped splashscreen component using ToastProvider Here is it import { DefaultTheme, NavigationContainer } from '@react-navigation/native' import { createNativeStackNavigator } from '@react-navigation/native-stack' import…