Releases: bilaleren/mui-tabs
Releases · bilaleren/mui-tabs
v3.0.7
v3.0.6
Full Changelog: v3.0.5...v3.0.6
v3.0.5
Full Changelog: v3.0.4...v3.0.5
Large number of routes massively drop JS frame rate when switching tabs. satya164/react-native-tab-view#720
<TabView
state={{ index, routes }}
renderScene={renderScene}
onIndexChange={setIndex}
scrollEnabled={true}
renderTabBar={renderTabBar}
shouldSceneRender={({ index, state }) => state.index >= index - 1 && state.index <= index + 1}
/>
In this example only the previous (n-1) and the next (n+1) scene will be rendered. The other scenes will show a blank screen.
v3.0.3
Full Changelog: v3.0.2...v3.0.3
v3.0.2
Full Changelog: v3.0.1...v3.0.2
v3.0.0
Full Changelog: v2.0.3...v3.0.0
- implemented react-native-reanimated.
v2.0.3
Full Changelog: v2.0.2...v2.0.3
v2.0.2
Full Changelog: v2.0.1...v2.0.2
- Added TabView component.
- Performance improvements.
v2.0.0
Full Changelog: v1.0.9...v2.0.0
- Updated Web package.
- Updated React Native package.
- Performance issues fixed