olofd / react-native-photos-framework

A modern and comprehensive CameraRoll/iCloud-library-API for React Native 📸 📹
MIT License
220 stars 99 forks source link

Fix 'undefined asset' when using createVideoAsset #83

Closed AndrewJack closed 6 years ago

AndrewJack commented 6 years ago

The result of createVideoAsset(...).then(asset => asset.uri) is undefined.

Current workaround - use createAssets directly and take the first item.

This PR fixes the error.

AndrewJack commented 6 years ago

Seen that #75 includes this fix too.