= 0.71.0", "expo": ">= 46.0.0", "expo-modules-core": "1.2.0" } ... } }"> = 0.71.0", "expo": ">= 46.0.0", "expo-modules-core": "1.2.0" } ... } }"> = 0.71.0", "expo": ">= 46.0.0", "expo-modules-core": "1.2.0" } ... } }">
{
"react-native-config": {
"features": {
"newArchitecture": ......,
},
"requirements": {
"react-native": ">= 0.71.0",
"expo": ">= 46.0.0",
"expo-modules-core": "1.2.0"
}
...
}
}
react-native-config
field should be used in libraries by library authors and not in app package.json - so maybe we could call it react-native-module
or something?
requirements
field (note: intentionally not "peer dependencies" $^1$, but the name is very open for alternatives) solves this problem we encountered on React Native Directory"expo"
field in package.json is used for configuring autolinking$^1$ The topic of peerDependencies is also complicated by: