Skip to content

Instantly share code, notes, and snippets.

View codingwaysarg's full-sized avatar

Coding Ways codingwaysarg

View GitHub Profile
@codingwaysarg
codingwaysarg / PlaceHolderFastImage.js
Created June 18, 2018 15:16
FastImage placeholder wrapper
import React, { Component } from 'react'
import { ActivityIndicator, View, StyleSheet } from 'react-native'
import { Images, Metrics } from '../Themes'
import FastImage from 'react-native-fast-image'
export default class PlaceHolderFastImage extends Component {
constructor(props){
super(props)
this.state = {