olofd / react-native-photos-framework

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

Not getting any media in android from this library , IOS working #111

Open devtechvalens opened 4 years ago

devtechvalens commented 4 years ago

Any other changes is required to in this library for run android environment :-

TypeError: Cannot read property 'libraryStartup' of undefined at RNPhotosFramework.libraryStartup (index.js:61) at RNPhotosFramework. (index.js:49) at tryCatch (runtime.js:45) at Generator.invoke [as _invoke] (runtime.js:271) at Generator.prototype. [as next] (runtime.js:97) at tryCatch (runtime.js:45) at invoke (runtime.js:135) at runtime.js:145

randomor commented 4 years ago

This is an ios only library built on top of PhotoKit: https://developer.apple.com/documentation/photokit Not sure the android equivalent.