3.0.36 • Published 2 years ago

gatekeeperauth v3.0.36

Weekly downloads
-
License
ISC
Repository
-
Last release
2 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

2 years ago

3.0.36

2 years ago

3.0.30

2 years ago

3.0.31

2 years ago

2.0.222

3 years ago

2.0.221

3 years ago

2.0.2-2.1

3 years ago

2.0.22

3 years ago

2.0.20

3 years ago

2.0.21

3 years ago

2.0.19

3 years ago

2.0.18

3 years ago

2.0.16

3 years ago

2.0.17

3 years ago

2.0.15

3 years ago

2.0.14

3 years ago

2.0.11

3 years ago

2.0.12

3 years ago

2.0.9

3 years ago

2.0.8

3 years ago

1.12.12

3 years ago

1.12.13

3 years ago

2.0.7

3 years ago

2.0.6

3 years ago

1.9.67

3 years ago

1.9.66

3 years ago

2.0.2

3 years ago

2.0.1

3 years ago

1.9.65

3 years ago

1.9.63

3 years ago

1.9.62

3 years ago

1.10.9

3 years ago

1.10.8

3 years ago

1.10.7

3 years ago

1.10.4

3 years ago

1.10.3

3 years ago

1.10.2

3 years ago

1.10.1

3 years ago

1.9.9

3 years ago

1.9.8

3 years ago

1.9.7

3 years ago

1.10.0

3 years ago

1.9.4

3 years ago

1.9.3

3 years ago

1.9.2

3 years ago

1.9.1

3 years ago

1.8.6

3 years ago

1.8.4

3 years ago

1.9.0

3 years ago

1.7.10

3 years ago

1.7.8

3 years ago

1.7.11

3 years ago

1.8.2

3 years ago

1.8.0

3 years ago

1.7.7

3 years ago

1.7.4

3 years ago