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
Copy file name to clipboardExpand all lines: README.md
+59-46
Original file line number
Diff line number
Diff line change
@@ -3,28 +3,34 @@
3
3
AES encryption/decryption for react-native
4
4
5
5
## Installation
6
+
6
7
```sh
7
8
npm install --save react-native-aes-crypto
8
9
```
10
+
9
11
or
12
+
10
13
```sh
11
14
yarn add react-native-aes-crypto
12
15
```
16
+
13
17
### Installation (iOS)
14
-
* See [Linking Libraries](http://facebook.github.io/react-native/docs/linking-libraries-ios.html)
15
-
OR
16
-
* Drag RCTAes.xcodeproj to your project on Xcode.
17
-
* Click on your main project file (the one that represents the .xcodeproj) select Build Phases and drag libRCTAes.a from the Products folder inside the RCTAes.xcodeproj.
18
+
19
+
- See [Linking Libraries](http://facebook.github.io/react-native/docs/linking-libraries-ios.html)OR
20
+
- Drag RCTAes.xcodeproj to your project on Xcode.
21
+
- Click on your main project file (the one that represents the .xcodeproj) select Build Phases and drag libRCTAes.a from the Products folder inside the RCTAes.xcodeproj.
18
22
19
23
### Installation (Android)
24
+
20
25
#### Untested!
26
+
21
27
```gradle
22
28
...
23
29
include ':react-native-aes-crypto'
24
30
project(':react-native-aes-crypto').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-aes-crypto/android')
0 commit comments