chore(example): bump react-native version (#3569)

This commit is contained in:
Krzysztof Moch
2024-03-07 16:00:00 +01:00
committed by GitHub
parent b33e6df496
commit 75c5c1cd93
21 changed files with 1042 additions and 991 deletions

View File

@@ -1,6 +1,6 @@
/**
* Metro configuration for React Native
* https://github.com/facebook/react-native
* https://reactnative.dev/docs/metro
*
* @format
*/
@@ -45,7 +45,7 @@ const config = {
}, {}),
nodeModulesPaths: [
path.resolve(path.join(__dirname, './node_modules')),
path.resolve(path.join(__dirname, '../../node_modules'))
path.resolve(path.join(__dirname, '../../node_modules')),
],
transformer: {
getTransformOptions: async () => ({