diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 0000000..e88d866 --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,9 @@ +module.exports = { + dependency: { + platforms: { + ios: {}, + android: {} + }, + assets: [] + }, +}; \ No newline at end of file