beekai-oss / react-simple-img

🌅 React lazy load images with IntersectionObserver API and Priority Hints
MIT License
989 stars 41 forks source link

react native image #47

Closed bluebill1049 closed 5 years ago

bluebill1049 commented 5 years ago

Goal:

import { ScrollView } from 'react-native';
import { SimpleNativeImg } from 'react-simple-img';

const Test = () => <ScrollView>
  <SimpleNativeImg src="lazy" />
</ScrollView>
bluebill1049 commented 5 years ago

let's work on this together @pangpang1987