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.29k forks source link

Remove ref='tabContainer' ScrollableTabBar.js throwing error with React 16.3.1 #1165

Open VTrngNghia opened 2 years ago

VTrngNghia commented 2 years ago

Legacy string ref API was deprecated. The string ref would throw error and crash app in React 16.3 and above. Reference: https://stackoverflow.com/a/53042548/5082449