Skip to content

Commit 46f628e

Browse files
committed
Support react-native auto-linking
1 parent 27b0f17 commit 46f628e

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

react-native.config.js

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
module.exports = {
2+
dependency: {
3+
platforms: {
4+
ios: {},
5+
android: {}
6+
},
7+
assets: []
8+
},
9+
};

0 commit comments

Comments
 (0)