Native module for generating thumbnails with asset uri (IOS Only)
*NOTE: This module was built when we weren't able to show video thumbnails which we fetched from the cameraRoll, and with the asset uri returned from the great react-native-camera module when we recorderd videos.
Installation
npm install react-native-asset-thumbnail --save
- In XCode, in the project navigator, right click
Libraries
➜Add Files to [your project's name]
- Go to
node_modules
➜react-native-asset-thumbnail
and addRNAssetThumbnail.xcodeproj
- In XCode, in the project navigator, select your project. Add
libRNAssetThumbnail.a
to your project'sBuild Phases
➜Link Binary With Libraries
- Run your project (
Cmd+R
)
Usage
;;; { superprops context ...args; thisstate = thumbnails: ; } { let promiseArr = ; CameraRoll; } { return <Image key=index style=stylesimageStyle source=uri:thumbnail/> } { let thumbnails = thisstate; return <ScrollView style=stylescontainer> thumbnails </ScrollView> ; } const styles = StyleSheet; AppRegistry;
License
MIT © codeventure