mirror of
https://github.com/zhigang1992/react-native-notifications.git
synced 2026-01-12 22:50:34 +08:00
Support react-native auto-linking
This commit is contained in:
9
react-native.config.js
Normal file
9
react-native.config.js
Normal file
@@ -0,0 +1,9 @@
|
||||
module.exports = {
|
||||
dependency: {
|
||||
platforms: {
|
||||
ios: {},
|
||||
android: {}
|
||||
},
|
||||
assets: []
|
||||
},
|
||||
};
|
||||
Reference in New Issue
Block a user