You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Dec 7, 2021. It is now read-only.
Source of example app: https://github.com/adamjmcgrath/ReactNativeSimpleAuthExample
16
+
15
17
Install
16
18
=======
17
-
1. Install react native and make sure it works. There are currently two supported approaches for installing React-Native, [npm](https://facebook.github.io/react-native/docs/getting-started.html#quick-start) or [CocoaPods](https://cocoapods.org/pods/React). Users have found the `npm` approach more stable for this library.
3. In XCode, in the project navigator right click `Libraries` ➜ `Add Files to [your project's name]`
20
-
4. Go to `node_modules` ➜ `react-native-simple-auth`➜ iOS and add `SimpleAuthWrapper.h` and `SimpleAuthWrapper.m`
21
-
5. Go to your project's root directory and add a Podfile similar to [this example](https://github.com/adamjmcgrath/react-native-simple-auth/blob/master/Podfile).
22
-
* You may need to tell the podfile where to find your xcode project by adding the following to the podfile:
4. Go to `node_modules` ➜ `react-native-simple-auth`➜ `ios` and add `SimpleAuthWrapper.h` and `SimpleAuthWrapper.m`
23
+
5. Go to your project's root directory and add a Podfile similar to [this example](https://github.com/adamjmcgrath/ReactNativeSimpleAuthExample/blob/master/Podfile).
0 commit comments