Merge branch 'master' into wz366-master
# Conflicts: # package.json
This commit is contained in:
commit
b45acef707
|
@ -142,6 +142,7 @@ class FastImageViewManager extends SimpleViewManager<ImageViewWithUrl> implement
|
|||
Glide
|
||||
.with(view.getContext().getApplicationContext())
|
||||
.load(glideUrl)
|
||||
.dontTransform()
|
||||
.priority(priority)
|
||||
.placeholder(TRANSPARENT_DRAWABLE)
|
||||
.listener(LISTENER)
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
import { AppRegistry } from 'react-native';
|
||||
import App from './App';
|
||||
import { AppRegistry } from 'react-native'
|
||||
import App from './App'
|
||||
|
||||
AppRegistry.registerComponent('example', () => App);
|
||||
AppRegistry.registerComponent('example', () => App)
|
||||
|
|
|
@ -30,11 +30,11 @@
|
|||
"url": "git+https://github.com/DylanVann/react-native-fast-image.git"
|
||||
},
|
||||
"scripts": {
|
||||
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js",
|
||||
"format": "prettier --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./example/fastImage/*.js ./server/*.js",
|
||||
"prepare": "git submodule update --init --recursive",
|
||||
"test": "yarn run test:pretty && yarn run test:jest",
|
||||
"test:jest": "jest *.js",
|
||||
"test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./server/*.js"
|
||||
"test:pretty": "prettier-check --write --no-semi --single-quote --trailing-comma all ./FastImage.js ./example/*.js ./example/fastImage/*.js ./server/*.js"
|
||||
},
|
||||
"dependencies": {
|
||||
"prop-types": "^15.5.10"
|
||||
|
|
Loading…
Reference in New Issue