Skip to content

Instantly share code, notes, and snippets.

View zsading's full-sized avatar
🤣
wanna be free

Victor zsading

🤣
wanna be free
View GitHub Profile
import React, { Component } from 'react'
import { Image, Animated, View } from 'react-native'
export default class LazyImage extends Component {
constructor(props) {
super(props)
this.state = {
thumbnailOpacity: new Animated.Value(0),
key: this.genKey()