UNPKG

@authgear/react-native

Version:

The Authgear SDK for React Native makes it ease to integrate authentication features into your React Native application. In most cases, it involves just a few lines of code to enable multiple authentication methods, such as social logins, passwordless, bi

55 lines (54 loc) 1.38 kB
{ "name": "@authgear/react-native", "version": "5.0.1", "license": "Apache-2.0", "repository": "https://github.com/authgear/authgear-sdk-js", "scripts": { "check-tidy": "npm run codegen:android && npm run codegen:ios && ./scripts/check_tidy.sh", "codegen:android": "./scripts/codegen_android.sh", "codegen:ios": "./scripts/codegen_ios.sh" }, "main": "dist/authgear-react-native.js", "files": [ "android", "authgear-react-native.podspec", "dist/authgear-react-native.js", "index.d.ts", "ios", "react-native.config.js", "src/.gitkeep" ], "devDependencies": { "@authgear/core": "5.0.1", "@react-native-community/cli": "^20.0.2", "@types/react-native": "0.69.1", "core-js-pure": "^3.37.0", "react-native": "0.80.2" }, "peerDependencies": { "react-native": ">=0.60.0 <1.0.0" }, "keywords": [ "Authgear", "user authentication", "login", "PKCE", "Authorization Code Grant Flow", "Biometric Login", "React Native", "React Native authentication" ], "codegenConfig": { "name": "AuthgearReactNativeSpec", "type": "modules", "jsSrcsDir": "./src", "outputDir": { "android": "./android/src/main", "ios": "./ios" }, "android": { "javaPackageName": "com.authgear.reactnative" }, "includesGeneratedCode": true } }