toystars / react-native-multiple-select

Simple multi-select component for react-native
MIT License
565 stars 313 forks source link

[*] Fixed: ViewPropTypes will be removed from React Native. Migrate t… #201

Closed DmytroKlimchuk closed 2 years ago

DmytroKlimchuk commented 2 years ago

ViewPropTypes exported from 'deprecated-react-native-prop-types'

imekinox commented 2 years ago

We need this on RN 0.69

augusto-booment commented 2 years ago

@imekinox let me take a quick look. I am sure this is an easy fix.

imekinox commented 2 years ago

Thank you @augusto-booment I found a work around until the library gets updated.

christanfoden commented 2 years ago

Can this be merged? I'm having to modify this file on every npm i or yarn.

AugustoAleGon commented 2 years ago

I just pushed the latest version with that change. Let me know if that works for you guys.