Giter VIP home page Giter VIP logo

react-native-apple-sign-in's Introduction

react-native-apple-sign-in's People

Contributors

amourya-systango avatar aryaminus avatar shoryavaish avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

react-native-apple-sign-in's Issues

I can't open the app with version 12 and below, it is crashing.

Hi , I know Sign in with Apple only works version 13 or above. But it is crashing when i run with version 12 or below simulator.

 render() {
    const majorVersionIOS = parseInt(Platform.Version, 10);
    if (majorVersionIOS <= 12) return null;
    return <View>{SignInWithAppleButton(styles.appleBtn, this.appleSignIn)}</View>;
  }

i checked version number, it should return. but some native errors

By the way, i realized that, just adding the pod, also gives me the same error.

this error occurs on iPhone 7 Simulator, version 12.4
image

"react": "16.9.0",
"react-native": "0.61.4",
"react-native-apple-sign-in": "git+https://github.com/SystangoTechnologies/react-native-apple-sign-in.git",

Missing licence file

Hi,

Would be awesome for this repository to have a licence file to clarify the rights to use.

Best regards,
Nicolae

not available through npm

Is this package available through npm because when we install using the command given, we get the following error

npm ERR! code E404
npm ERR! 404 Not Found: react-native-apple-sign-in@latest

Getting All keys null

authorizationCode: null
authorizedScopes: []
email: null
fullName: null
identityToken: null
realUserStatus: 1
state: null
user: "some_value" // this is not null

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.