diff --git a/react-native.config.js b/react-native.config.js new file mode 100644 index 00000000..e24ea7d1 --- /dev/null +++ b/react-native.config.js @@ -0,0 +1,9 @@ +module.exports = { + dependency: { + platforms: { + android: { + sourceDir: 'lib/android' + } + } + } +}; \ No newline at end of file