react-native-prompt-android icon indicating copy to clipboard operation
react-native-prompt-android copied to clipboard

Not working on android

Open rahulsalvikar777 opened this issue 6 years ago • 4 comments

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.

rahulsalvikar777 avatar Feb 08 '19 14:02 rahulsalvikar777

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

arcollector avatar Mar 17 '19 15:03 arcollector

@rahulsalvikar777 manual linking of this module in android resolves this issue

trialsNow avatar Mar 18 '19 18:03 trialsNow

With RN 0.66.4 I followed @arcollector steps, except there was no need for manual linking.

vegemite4me avatar Jan 13 '22 21:01 vegemite4me