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

Need help, I can't find "ios" directory #318

Closed griiid closed 1 year ago

griiid commented 1 year ago

Hello, I'm new to React Native, I read README, the installation part said:

yarn add @invertase/react-native-apple-authentication
(cd ios && pod install)

I have executed:

yarn create expo-app AppleSignIn
yarn add @invertase/react-native-apple-authentication

I didn't see ios directory, so I can't execute cd ios && pod install

What should I do?

mikehardy commented 1 year ago

If you are using expo, use their apple sign in module https://docs.expo.dev/versions/latest/sdk/apple-authentication/