mirror of
https://github.com/status-im/react-native-fast-image.git
synced 2025-02-24 04:08:21 +00:00
Fix style.
This commit is contained in:
parent
0629faccce
commit
a60fd67919
@ -41,7 +41,10 @@ const getImages = () => {
|
|||||||
|
|
||||||
const getTestProgressCallbacks = label => ({
|
const getTestProgressCallbacks = label => ({
|
||||||
onLoadStart: () => console.log(`${label} - onLoadStart`),
|
onLoadStart: () => console.log(`${label} - onLoadStart`),
|
||||||
onProgress: e => console.log(`${label} - onProgress - ${e.nativeEvent.loaded / e.nativeEvent.total}`),
|
onProgress: e =>
|
||||||
|
console.log(
|
||||||
|
`${label} - onProgress - ${e.nativeEvent.loaded / e.nativeEvent.total}`,
|
||||||
|
),
|
||||||
onLoad: () => console.log(`${label} - onLoad`),
|
onLoad: () => console.log(`${label} - onLoad`),
|
||||||
onError: () => console.log(`${label} - onError`),
|
onError: () => console.log(`${label} - onError`),
|
||||||
onLoadEnd: () => console.log(`${label} - onLoadEnd`),
|
onLoadEnd: () => console.log(`${label} - onLoadEnd`),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user