Skip to content
New issue

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

Alerts do not appear on iOS 13+ #17

Closed
alexeykomov opened this issue Apr 27, 2021 · 1 comment · Fixed by #18
Closed

Alerts do not appear on iOS 13+ #17

alexeykomov opened this issue Apr 27, 2021 · 1 comment · Fixed by #18
Assignees
Labels
bug Something isn't working RN

Comments

@alexeykomov
Copy link
Member

Steps:

  1. Go to src/components/screens/CategoriesList/CategoriesList.tsx and change CategoryCard component code to this
<CategoryCard
    onPress={d => {
      console.log('Clicked: ');
      Alert.alert('Some alert!');
    }}
    containerStyle={styles.cardContainer}
    data={item}
    width={cardWidth}
  />
  1. Go to "Маршруты" to see this screen

Screen Shot 2021-04-27 at 14 07 35

  1. Click any cell.

Expected:

  1. Alert should appear.

Actual:

  1. No alert.
@alexeykomov alexeykomov added bug Something isn't working RN labels Apr 27, 2021
@alexeykomov alexeykomov self-assigned this Apr 27, 2021
@alexeykomov
Copy link
Member Author

It seems that when using SceneDelegate, RN cannot spawn alerts. The RN issue.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working RN
Projects
None yet
1 participant