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

Unable to use in Expo #46

Open jgfoster opened 5 years ago

jgfoster commented 5 years ago

TypeError: undefined is not an object (evaluating 'u.promptWithArgs')

To see this take the usage code from the README.md and drop it into https://snack.expo.io/. With iOS the prompt displays properly but with Android we get the above error.

mariomurrent-softwaresolutions commented 4 years ago

Same issue here

eightyfive commented 1 year ago

Since it's native code, you have to use a dedicated development build. No problem, I could display the prompt on an Android device.