3.0.36 • Published 3 years ago

gatekeeperauth v3.0.36

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

react-native-gatekeeper-auth

Getting started

$ npm install react-native-gatekeeper-auth --save

Mostly automatic installation

$ react-native link react-native-gatekeeper-auth

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-gatekeeper-auth and add RNGatekeeperAuth.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libRNGatekeeperAuth.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainActivity.java
  • Add import com.reactlibrary.RNGatekeeperAuthPackage; to the imports at the top of the file
  • Add new RNGatekeeperAuthPackage() to the list returned by the getPackages() method
  1. Append the following lines to android/settings.gradle:
    include ':react-native-gatekeeper-auth'
    project(':react-native-gatekeeper-auth').projectDir = new File(rootProject.projectDir, 	'../node_modules/react-native-gatekeeper-auth/android')
  2. Insert the following lines inside the dependencies block in android/app/build.gradle:
      compile project(':react-native-gatekeeper-auth')

Windows

Read it! :D

  1. In Visual Studio add the RNGatekeeperAuth.sln in node_modules/react-native-gatekeeper-auth/windows/RNGatekeeperAuth.sln folder to their solution, reference from their app.
  2. Open up your MainPage.cs app
  • Add using Gatekeeper.Auth.RNGatekeeperAuth; to the usings at the top of the file
  • Add new RNGatekeeperAuthPackage() to the List<IReactPackage> returned by the Packages method

Usage

import RNGatekeeperAuth from 'react-native-gatekeeper-auth';

// TODO: What to do with the module?
RNGatekeeperAuth;
3.0.34

3 years ago

3.0.36

3 years ago

3.0.30

3 years ago

3.0.31

3 years ago

2.0.222

4 years ago

2.0.221

4 years ago

2.0.2-2.1

4 years ago

2.0.22

4 years ago

2.0.20

4 years ago

2.0.21

4 years ago

2.0.19

4 years ago

2.0.18

4 years ago

2.0.16

4 years ago

2.0.17

4 years ago

2.0.15

4 years ago

2.0.14

4 years ago

2.0.11

4 years ago

2.0.12

4 years ago

2.0.9

4 years ago

2.0.8

4 years ago

1.12.12

4 years ago

1.12.13

4 years ago

2.0.7

4 years ago

2.0.6

4 years ago

1.9.67

4 years ago

1.9.66

4 years ago

2.0.2

4 years ago

2.0.1

4 years ago

1.9.65

4 years ago

1.9.63

4 years ago

1.9.62

4 years ago

1.10.9

4 years ago

1.10.8

4 years ago

1.10.7

4 years ago

1.10.4

4 years ago

1.10.3

4 years ago

1.10.2

4 years ago

1.10.1

4 years ago

1.9.9

4 years ago

1.9.8

4 years ago

1.9.7

4 years ago

1.10.0

4 years ago

1.9.4

4 years ago

1.9.3

4 years ago

1.9.2

4 years ago

1.9.1

4 years ago

1.8.6

4 years ago

1.8.4

4 years ago

1.9.0

4 years ago

1.7.10

4 years ago

1.7.8

4 years ago

1.7.11

4 years ago

1.8.2

4 years ago

1.8.0

4 years ago

1.7.7

4 years ago

1.7.4

4 years ago