mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-04-07 09:27:42 +08:00
10 lines
187 B
JavaScript
10 lines
187 B
JavaScript
module.exports = {
|
|
dependency: {
|
|
platforms: {
|
|
android: {
|
|
packageImportPath: 'import io.invertase.firebase.app.ReactNativeFirebaseAppPackage;',
|
|
},
|
|
},
|
|
},
|
|
};
|