react-native-prompt-android
react-native-prompt-android copied to clipboard
Not working on android
Getting this blow error
undefined is not an object (evaluating 'PromptAndroid.promptWithArgs')
Its working proper on iPhone. But it gives error on
Genymotion Goggle Nexus 6, android API - 8.0-API 26.
after linking you need to build again the apk file (react-native run-android
), also, re-start react-native (react-native start
) to refresh imported modules paths
@rahulsalvikar777 manual linking of this module in android resolves this issue
With RN 0.66.4 I followed @arcollector steps, except there was no need for manual linking.