React-native: AlertIOS broken in react-native v0.60.x

Created on 20 Jul 2019  路  2Comments  路  Source: facebook/react-native

Simulator Screen Shot - iPhone 8 - 2019-07-20 at 04 11 24

React Native version:
0.60.4

Steps To Reproduce

  1. Call AlertIOS.prompt() or AlertIOS.alert()

Was working before in 0.59.x

Alert AlertIOS Bug iOS

Most helpful comment

Please use Alert. Thank you

All 2 comments

As mentioned in https://github.com/shimohq/react-native-prompt-android/issues/45, the resolution is to use Alert instead of AlertIOS. Alert.prompt() is working. Some documentation on this would be great

Please use Alert. Thank you

Was this page helpful?
0 / 5 - 0 ratings