halilb / react-native-photo-browser

Local and remote media gallery with captions, selections and grid view support for react native.
MIT License
723 stars 184 forks source link

ViewPagerAndroid RN #96

Closed ndrishinski closed 4 years ago

ndrishinski commented 5 years ago

Awesome Library!

Ran into this issue with newer version of react-native where React Native no longer has ViewPagerAndroid as is contained on FullScreenContainer.js.

The app currently crashes.

"react": "16.9.0", "react-native": "0.61.2", "react-native-photo-browser": "^0.5.0",

makedirectory commented 5 years ago

https://github.com/halilb/react-native-photo-browser/pull/99

halilb commented 5 years ago

Just merged #100 into master to fix this. Could you fetch the library from master and confirm it works now @ndrishinski?

ndrishinski commented 4 years ago

@halilb Sorry for the delayed response. That fixed my issue! Thank you so much and thanks for making an awesome open source library !!

halilb commented 4 years ago

@halilb Sorry for the delayed response. That fixed my issue! Thank you so much and thanks for making an awesome open source library !!

Great! Thanks for the feedback @ndrishinski.