mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2026-08-31 13:51:10 +00:00
Setup example using react-native link.
This commit is contained in:
@@ -8,7 +8,13 @@
|
||||
},
|
||||
"dependencies": {
|
||||
"react": "^16.3.0-alpha.1",
|
||||
"react-native": "0.54.2"
|
||||
"react-native": "0.54.2",
|
||||
"react-native-fast-image": "../react-native-fast-image-3.0.2.tgz",
|
||||
"react-native-image-progress": "^1.1.0",
|
||||
"react-native-vector-icons": "^4.5.0",
|
||||
"react-navigation": "^1.5.7",
|
||||
"react-timeout": "^1.1.1",
|
||||
"uuid": "^3.2.1"
|
||||
},
|
||||
"devDependencies": {
|
||||
"babel-jest": "23.0.0-alpha.0",
|
||||
@@ -19,4 +25,4 @@
|
||||
"jest": {
|
||||
"preset": "react-native"
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user