ptomasroos / react-native-scrollable-tab-view

Tabbed navigation that you can swipe between, each tab can have its own ScrollView and maintain its own scroll position between swipes. Pleasantly animated. Customizable tab bar
https://www.npmjs.com/package/react-native-scrollable-tab-view
6.93k stars 2.28k forks source link

Can't resolve '../../Utilities/Platform' #1127

Open moedeveloper opened 3 years ago

moedeveloper commented 3 years ago

I tried the plugin but it wont work with the latest react-native :( am getting the following error

node_modules/react-native/Libraries/Components/TextInput/TextInputState.js Module not found: Can't resolve '../../Utilities/Platform' in '.../node_modules/react-native/Libraries/Components/TextInput'

joeyfigaro commented 3 years ago

Looks like an issue with your node_modules @moedeveloper. You've probably resolved this by now, but if not you should try reinstalling.