We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ea99123 commit 2375fe3Copy full SHA for 2375fe3
README.md
@@ -25,13 +25,17 @@ npx pod-install
25
For react-native 0.71 and higher, next version is compatible with current and new architecture.
26
27
```sh
28
-npm i react-native-file-logger@next
+npm i react-native-file-logger
29
# New architecture
30
cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
31
# OR, if you are using current architecture (backward compatibility)
32
# npx pod-install
33
```
34
35
+### React-Native 0.69 and under
36
+
37
+For older React-native version, use version `v0.4.1`
38
39
## Getting started
40
41
0 commit comments