react-native-auto-placeholder-loading
Getting started
$ npm i react-native-auto-placeholder-loading --save
or
$ yarn add react-native-auto-placeholder-loading
Usage
;; const App = <AutoPlaceholderLoading loading=isFetched> <View> <Text>Hello World</Text> </View> </AutoPlaceholderLoading>;