[android] update package rnpm config to use `implementation`
This commit is contained in:
parent
187c756550
commit
0262bdfa0b
|
@ -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()"
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue