2
0
mirror of synced 2025-01-23 20:59:10 +00:00

[android] update package rnpm config to use implementation

This commit is contained in:
Salakar 2018-05-13 01:35:44 +01:00
parent 187c756550
commit 0262bdfa0b

View File

@ -79,7 +79,7 @@
},
"rnpm": {
"android": {
"buildPatch": " compile(project(':react-native-firebase')) {\n transitive = false\n }\n",
"buildPatch": " implementation project(':react-native-firebase')",
"packageImportPath": "import io.invertase.firebase.RNFirebasePackage;",
"packageInstance": "new RNFirebasePackage()"
},