diff --git a/react-native.config.js b/react-native.config.js deleted file mode 100644 index 5f794ab7..00000000 --- a/react-native.config.js +++ /dev/null @@ -1,11 +0,0 @@ -module.exports = { - dependency: { - platforms: { - ios: {}, - android: {}, - }, - assets: [], - // hooks are considered anti-pattern, please avoid them - hooks: {}, - }, -};