0

Im calling Alert on componentDidMount in a function

Alert.alert(
      'Location Access Disclosure',
      'This app collects location data to enable tracking in the background',
      [
        {
          text: 'Ok',
          onPress: () => {
            dispatch(setupGeolocationService());
          }
        }
      ]
    );

Not sure why the Alert is sometimes showing up off screen like this. Alert off screen

Tzvetlin Velev
  • 1,897
  • 2
  • 17
  • 31

0 Answers0