mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-01-12 22:50:20 +08:00
19 lines
402 B
JavaScript
19 lines
402 B
JavaScript
module.exports = {
|
|
dependency: {
|
|
platforms: {
|
|
android: {
|
|
packageImportPath: 'import io.invertase.firebase.app.ReactNativeFirebaseAppPackage;',
|
|
},
|
|
ios: {
|
|
scriptPhases: [
|
|
{
|
|
name: '[RNFB] Core Configuration',
|
|
path: './ios_config.sh',
|
|
execution_position: 'after_compile',
|
|
},
|
|
],
|
|
},
|
|
},
|
|
},
|
|
};
|