Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

React Native - is there a library for sign in with Apple ID?

Looking for a react-native library to login with AppleID

like image 538
Данила Никонец Avatar asked Oct 15 '19 12:10

Данила Никонец


People also ask

Does Apple accept React Native?

Android apps can be built on any platform, be it Windows, Linux or Mac, but the same cannot be said about iOS apps. While you can write React Native apps for iOS on Windows, you need a special Apple tool, Xcode, to build the app for iOS.

What is Apple SSO?

Organizations often make use of Single sign-on. (SSO) which is designed to improve the users' sign-in experience to apps and websites. With SSO, a common authentication process is used to access multiple apps or systems—without the user asserting their identity again.


2 Answers

We've (React Native Firebase team) recently released a library for this here: https://github.com/invertase/react-native-apple-authentication

It's a complete implementation, well typed and documented, compatible with Firebase Auth and does not require Expo.

like image 171
Salakar Avatar answered Oct 08 '22 01:10

Salakar


https://github.com/SystangoTechnologies/react-native-apple-sign-in thats it:) But it is supportable from XCode 11 and iOS 13. Although you can install XCode 11 on Mac Mojave 10.14.14 and later. If you have RN < 0.60 it's unpossible to use it

like image 42
fedarenchyk Avatar answered Oct 08 '22 01:10

fedarenchyk