shimohq / react-native-prompt-android

A polyfill library for Alert.prompt on Android platform, working both on Android and iOS platform.
MIT License
129 stars 74 forks source link

AlertIOS is replaced with Alert in 0.59.0 #45

Open rangav opened 5 years ago

rangav commented 5 years ago

AlertIOS is replaced with Alert in 0.59.0 for iOS - better to update this

Overtorment commented 5 years ago

I think I have the same issue. undefined is not an object (evaluating '_reactNative.AlertIOS.prompt')

"react-native": "0.60.4"

Overtorment commented 5 years ago

https://github.com/facebook/react-native/issues/25744

filmhomage commented 5 years ago

Same here. Is there any update?

christian-hess-94 commented 5 years ago

Does this package still work? Getting null is not an object (evaluating 'PromptAndroid.promptWithArgs') when trying to run the basic example in the readme