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
Steps:
src/components/screens/CategoriesList/CategoriesList.tsx
<CategoryCard onPress={d => { console.log('Clicked: '); Alert.alert('Some alert!'); }} containerStyle={styles.cardContainer} data={item} width={cardWidth} />
Expected:
Actual:
The text was updated successfully, but these errors were encountered:
It seems that when using SceneDelegate, RN cannot spawn alerts. The RN issue.
Sorry, something went wrong.
[17]fix: do not use SceneDelegate to allow alerts from React Native. C…
835ef67
…loses #17.
7d8f588
alexeykomov
Successfully merging a pull request may close this issue.
Steps:
src/components/screens/CategoriesList/CategoriesList.tsx
and change CategoryCard component code to thisExpected:
Actual:
The text was updated successfully, but these errors were encountered: