Skip to content

Commit 2375fe3

Browse files
committed
Documentation: Remove next tag in version installation. RN>71 required
1 parent ea99123 commit 2375fe3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,17 @@ npx pod-install
2525
For react-native 0.71 and higher, next version is compatible with current and new architecture.
2626

2727
```sh
28-
npm i react-native-file-logger@next
28+
npm i react-native-file-logger
2929
# New architecture
3030
cd ios && RCT_NEW_ARCH_ENABLED=1 bundle exec pod install
3131
# OR, if you are using current architecture (backward compatibility)
3232
# npx pod-install
3333
```
3434

35+
### React-Native 0.69 and under
36+
37+
For older React-native version, use version `v0.4.1`
38+
3539
## Getting started
3640

3741
```

0 commit comments

Comments
 (0)