invertase / react-native-apple-authentication

A React Native library providing support for Apple Authentication on iOS and Android.
Other
1.4k stars 223 forks source link

Android app crashes #300

Closed thinhtt264 closed 1 year ago

thinhtt264 commented 1 year ago

image this happens when i install the library and run the app

mikehardy commented 1 year ago

If you attempt to use it on an unsupported device, it won't work. The stack trace literally has a frame called "throwIfNotSupported", which should lead you to the isSupported APIs, and you'll note our examples include a check for the same

https://github.com/invertase/react-native-apple-authentication#1-initial-set-up-1