chore(example/basic): bump react native version

This commit is contained in:
KrzysztofMoch
2023-09-28 08:25:13 +02:00
parent 01a47840be
commit a279a0cb3a
32 changed files with 4168 additions and 3088 deletions

View File

@@ -1,4 +1,11 @@
module.exports = {
root: true,
extends: '@react-native-community',
};
const {getDefaultConfig, mergeConfig} = require('@react-native/metro-config');
/**
* Metro configuration
* https://facebook.github.io/metro/docs/configuration
*
* @type {import('metro-config').MetroConfig}
*/
const config = {};
module.exports = mergeConfig(getDefaultConfig(__dirname), config);