First, thank you for this library, it works very well!
The PR fixes this:
there's no version specified for NYTPhotoViewer in podspec.
on upgrade to the latest version ("NYTPhotoViewer", '~> 4.0.0'), the library breaks - it opens the viewer twice (2 viewers on top of each other, 2nd one having the progress count wrong count/0)
this sets the dep version to "NYTPhotoViewer", '~> 2.0.0'
removes React dep since it's already there in RN >0.60
First, thank you for this library, it works very well!
The PR fixes this:
NYTPhotoViewer
inpodspec
."NYTPhotoViewer", '~> 4.0.0'
), the library breaks - it opens the viewer twice (2 viewers on top of each other, 2nd one having the progress count wrongcount/0
)"NYTPhotoViewer", '~> 2.0.0'
React
dep since it's already there inRN >0.60