We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
<NavigationContainer> <Stack.Navigator> <Stack.Screen name="BottomTab" component={BottomTab} options={{headerShown: false}} /> <Stack.Screen name="SearchScreen" component={SearchScreen} options={{headerShown: false}} /> <Stack.Screen name="GenerateScreen" component={GenerateScreen} options={{headerShown: false}} /> <Stack.Screen name="GeneratingScreen" component={GeneratingScreen} options={{headerShown: false}} /> <Stack.Screen name="BookListsScreen" component={BookListsScreen} options={{headerShown: false}} /> <Stack.Screen name="AuthorDetailScreen" component={AuthorDetailScreen} options={{headerShown: false}} /> <Stack.Screen name="GeneratedScreen" component={GeneratedScreen} options={{headerShown: false}} /> </Stack.Navigator> <Toast config={toastConfig} position="bottom" bottomOffset={100} /> </NavigationContainer>
when i call Toast.show() on android, app crashed. but ios works well i use react-native v0.72.7 & toast v2.2.0
The text was updated successfully, but these errors were encountered:
Can you provide more information about errors in your console?
Sorry, something went wrong.
No branches or pull requests
when i call Toast.show() on android, app crashed. but ios works well
i use react-native v0.72.7 & toast v2.2.0
The text was updated successfully, but these errors were encountered: