mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-31 13:51:10 +00:00
Fix build.gradle. Needs comas.
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user