mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-31 05:41:16 +00:00
Use local package in example project.
This commit is contained in:
@@ -74,6 +74,7 @@ import com.android.build.OutputFile
|
||||
|
||||
project.ext.react = [
|
||||
entryFile: "index.js"
|
||||
bundleConfig: "./metro.config.js"
|
||||
]
|
||||
|
||||
apply from: "../../node_modules/react-native/react.gradle"
|
||||
|
||||
@@ -2,6 +2,6 @@ rootProject.name = 'ReactNativeFastImageExample'
|
||||
include ':react-native-vector-icons'
|
||||
project(':react-native-vector-icons').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-vector-icons/android')
|
||||
include ':react-native-fast-image'
|
||||
project(':react-native-fast-image').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-fast-image/android')
|
||||
project(':react-native-fast-image').projectDir = new File(rootProject.projectDir, '../../android')
|
||||
|
||||
include ':app'
|
||||
|
||||
Reference in New Issue
Block a user