We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 49baeaf commit 53e8715Copy full SHA for 53e8715
1 file changed
README.md
@@ -42,7 +42,9 @@ yarn add react-native-bcrypt-cpp
42
43
### Linking
44
45
-TBD
+```sh
46
+cd ios && bundle install && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
47
+```
48
49
## Usage
50
0 commit comments