So I'm currently making an app right now based out of react native and I'm trying to use the 'react-native-scrollable-tab-view' (https://www.npmjs.com/package/react-native-scrollable-tab-view) RN library. It had been working previously but when I upgraded my react from 16 to 18, the ViewPropTypes (that the library was using) has been deprecated. Now, I could just downgrade my react but I was wondering if there's any other way that could somehow help me with this?
Thanks!