Skip to content

Commit

Permalink
feat!: react-native minimum version changed to 0.65.0 from 0.63.3
Browse files Browse the repository at this point in the history
  • Loading branch information
bang9 committed Jun 13, 2023
1 parent 2f07d0d commit 39a9852
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/uikit-react-native-foundation/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@
"typescript": "4.9.4"
},
"peerDependencies": {
"react": ">=16.13.1",
"react-native": ">=0.63.3",
"react": ">=17.0.2",
"react-native": ">=0.65.0",
"react-native-fast-image": ">=8.5.11",
"react-native-safe-area-context": ">=3.3.2"
},
Expand Down
4 changes: 2 additions & 2 deletions packages/uikit-react-native/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -114,8 +114,8 @@
"expo-image-picker": ">=12.0.2",
"expo-notifications": ">=0.14.1",
"expo-video-thumbnails": ">=6.4.0",
"react": ">=16.13.1",
"react-native": ">=0.63.3",
"react": ">=17.0.2",
"react-native": ">=0.65.0",
"react-native-create-thumbnail": ">=1.5.1",
"react-native-document-picker": ">=8.0.0",
"react-native-file-access": ">=2.4.3",
Expand Down

0 comments on commit 39a9852

Please sign in to comment.