Skip to content

Commit

Permalink
Merge pull request #2923 from ecency/nt/tab-view-migration
Browse files Browse the repository at this point in the history
Nt/tab view migration
  • Loading branch information
feruzm authored Sep 27, 2024
2 parents 89a3451 + 681c5d6 commit 17be69d
Show file tree
Hide file tree
Showing 15 changed files with 365 additions and 641 deletions.
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,6 @@
"react-native-restart": "^0.0.24",
"react-native-safe-area-context": "^4.7.4",
"react-native-screens": "3.27.0",
"react-native-scrollable-tab-view": "ecency/react-native-scrollable-tab-view",
"react-native-select-dropdown": "^3.4.0",
"react-native-slider": "^0.11.0",
"react-native-snap-carousel": "^3.8.0",
Expand Down
22 changes: 0 additions & 22 deletions patches/react-native-pager-view+5.4.25.patch

This file was deleted.

188 changes: 0 additions & 188 deletions patches/react-native-scrollable-tab-view+1.1.0.patch

This file was deleted.

14 changes: 14 additions & 0 deletions src/components/tabBar/view/tabBar.styles.ts
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
import EStyleSheet from 'react-native-extended-stylesheet';

export default EStyleSheet.create({
tabbar: {
backgroundColor: '$primaryBackgroundColor',
},
tabbarLabel: {
color:'$primaryDarkText',
},
tabbarIndicator:{
backgroundColor:'$primaryBlue'
}

});
21 changes: 0 additions & 21 deletions src/components/tabBar/view/tabBarStyles.js

This file was deleted.

142 changes: 0 additions & 142 deletions src/components/tabBar/view/tabBarView.js

This file was deleted.

Loading

0 comments on commit 17be69d

Please sign in to comment.