Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
23ef0fd8cb | ||
|
|
c42894445c | ||
|
|
90679b05e0 |
13
README.md
13
README.md
@ -84,12 +84,15 @@ or
|
||||
yarn add react-native-tor
|
||||
```
|
||||
2. Link libs
|
||||
- Android: there's nothing to do.
|
||||
- Android: open `android/app/build.gradle` and add
|
||||
```
|
||||
implementation files("../../node_modules/react-native-tor/android/libs/sifir_android.aar")
|
||||
```
|
||||
- iOS:
|
||||
```
|
||||
cd ios/
|
||||
pod install
|
||||
```
|
||||
```
|
||||
cd ios/
|
||||
pod install
|
||||
```
|
||||
|
||||
*iOS Projects note*:
|
||||
- iOS 11.1 > only: Support iOS Version is 11.1 and higher (#6)
|
||||
|
||||
@ -127,5 +127,5 @@ dependencies {
|
||||
// noinspection GradleDynamicVersion
|
||||
api 'com.facebook.react:react-native:+'
|
||||
implementation "org.jetbrains.kotlin:kotlin-stdlib:$kotlin_version"
|
||||
implementation fileTree(include: ['*.aar'], dir: 'libs')
|
||||
compileOnly files('libs/sifir_android.aar')
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user