Open jgfoster opened 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.
Same issue here
Since it's native code, you have to use a dedicated development build. No problem, I could display the prompt on an Android device.
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.