react-native-gallery icon indicating copy to clipboard operation
react-native-gallery copied to clipboard

Doesn't work with React Native 0.50 and React 16.0.0 because of missing React.PropTypes

Open serhiipalash opened this issue 7 years ago • 6 comments

React Native 0.50 is the first version to ship with support for React 16.0.0. https://reactjs.org/blog/2017/09/26/react-v16.0.html

PropTypes are missing in React object. Can you import it from prop-types?

screen shot 2017-11-17 at 23 58 16

serhiipalash avatar Nov 17 '17 21:11 serhiipalash

https://github.com/archriss/react-native-image-gallery

chrusart avatar Dec 06 '17 08:12 chrusart

I created a fork and updated the dependencies, go to fork

dflourusso avatar Mar 08 '18 18:03 dflourusso

@dflourusso maybe we should ask NPM to change package owner as this repo is not maintainable any more? NPM has procedure to handle such case.

serhiipalash avatar Mar 08 '18 18:03 serhiipalash

I think it is not maintainable any more because the last commit was made over 2 years ago and no issue was solved or pull request merged. We can try this or create another NPM package name.

dflourusso avatar Mar 08 '18 18:03 dflourusso

https://github.com/archriss/react-native-image-gallery is a good solution and works well for IOS, but it does not uses ViewPager for Android resulting in slow performance.

dflourusso avatar Mar 08 '18 18:03 dflourusso

@dflourusso I wrote to NPM. Let's wait for their response.

serhiipalash avatar Mar 08 '18 19:03 serhiipalash