Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,11 @@ We will continue to support this library for as long as we use it.
yarn add react-native-fs2
```

#### Supported React Native Versions
| react-native-fs2 | react-native |
|------------------|--------------|
| 3.0.x | >=0.69 |

### Changelog
Changes can be found in [CHANGELOG.md](CHANGELOG.md)

Expand Down
2 changes: 1 addition & 1 deletion RNFS2.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
"Connor Tumbleson" => "connor@sourcetoad.com"
}

s.ios.deployment_target = '8.0'
s.ios.deployment_target = '12.4'

s.source = { :git => "https://github.com/sourcetoad/react-native-fs2", :tag => "v#{s.version}" }
s.source_files = "ios/*.{h,m}"
Expand Down
2 changes: 1 addition & 1 deletion example/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
"dependencies": {
"react": "18.1.0",
"react-native": "0.70.6",
"react-native-fs2": "link:../"
"react-native-fs2": "link:../"
},
"devDependencies": {
"@babel/core": "^7.12.9",
Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -70,8 +70,8 @@
"typescript": "^4.9.3"
},
"peerDependencies": {
"react": "*",
"react-native": "*"
"react": ">= 18.0.0",
"react-native": ">= 0.69.0"
},
"eslintConfig": {
"extends": [
Expand Down