Skip to content
Open
Changes from 1 commit
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
7 changes: 3 additions & 4 deletions templates/react-native/package.json.twig
Original file line number Diff line number Diff line change
Expand Up @@ -33,11 +33,10 @@
"typescript": "^5.3.3"
},
"dependencies": {
"expo-file-system": "~18.0.11",
"react-native": "0.76.7"
"expo-file-system": "^18.0.11",
"react-native": "~0.76.7"
},
"peerDependencies": {
"expo": "*",
"react-native": "*"
"expo": "*"
}
}