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

Error while running for android #58

Open kchangch opened 3 years ago

kchangch commented 3 years ago

Is this library still being maintained? Im getting null is not an object (evaluating 'PromptAndroid.promptWithArgs'). Any idea?

akshaypunchh commented 3 years ago

Getting same error for android TypeError: Cannot read property 'prompt WithArgs' of undefined

NairiAreg commented 2 years ago

Same error in 2021 :/

Zcehtro commented 1 year ago

I'm getting this error with Expo Go, but not with React Native CLI.

I mirrored a project: one runs on React Native CLI and the other runs on Expo CLI.

eightyfive commented 1 year ago

Since it's native code, you have to use a dedicated development build.

I could display the prompt on an Android device, no problem.