Fix build.gradle. Needs comas.
This commit is contained in:
parent
e8cfc7ae5d
commit
26cde4578f
|
@ -73,8 +73,8 @@ import com.android.build.OutputFile
|
||||||
*/
|
*/
|
||||||
|
|
||||||
project.ext.react = [
|
project.ext.react = [
|
||||||
entryFile: "index.js"
|
entryFile: "index.js",
|
||||||
bundleConfig: "./metro.config.js"
|
bundleConfig: "./metro.config.js",
|
||||||
]
|
]
|
||||||
|
|
||||||
apply from: "../../node_modules/react-native/react.gradle"
|
apply from: "../../node_modules/react-native/react.gradle"
|
||||||
|
|
Loading…
Reference in New Issue