Fix build.gradle. Needs comas.

This commit is contained in:
Dylan Vann 2018-05-07 11:33:54 -04:00
parent e8cfc7ae5d
commit 26cde4578f
1 changed files with 2 additions and 2 deletions

View File

@ -73,8 +73,8 @@ import com.android.build.OutputFile
*/
project.ext.react = [
entryFile: "index.js"
bundleConfig: "./metro.config.js"
entryFile: "index.js",
bundleConfig: "./metro.config.js",
]
apply from: "../../node_modules/react-native/react.gradle"