invertase / react-native-apple-authentication

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

Why my android import is null? #288

Closed hansyulian closed 2 years ago

hansyulian commented 2 years ago

I tried to use in android as follow:

import { appleAuth, appleAuthAndroid } from '@invertase/react-native-apple-authentication';

console.log(appleAuthAndroid) // {}

it just return empty object thus i can do nothing with the android apple auth. Did i miss something?