Support react-native auto-linking

This commit is contained in:
yogevbd
2020-01-15 17:30:29 +02:00
parent 27b0f174fd
commit 46f628e27b

9
react-native.config.js Normal file
View File

@@ -0,0 +1,9 @@
module.exports = {
dependency: {
platforms: {
ios: {},
android: {}
},
assets: []
},
};