更新 React native 到 v0.73.0

This commit is contained in:
lyswhut
2023-12-07 17:04:36 +08:00
parent 84517f5c40
commit f3c79fef56
22 changed files with 975 additions and 1680 deletions

7
react-native.config.js Normal file
View File

@ -0,0 +1,7 @@
module.exports = {
project: {
ios: {
automaticPodsInstallation: true,
},
},
}