Skip to content

Commit

Permalink
chore: rn 0.72.6
Browse files Browse the repository at this point in the history
  • Loading branch information
lovegaoshi committed Oct 18, 2023
1 parent 536a134 commit 65c3224
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 273 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@
"qs": "^6.11.2",
"react": "18.2.0",
"react-i18next": "^12.2.2",
"react-native": "0.72.4",
"react-native": "0.72.6",
"react-native-app-auth": "^7.0.0",
"react-native-background-timer": "git+https://github.com/lovegaoshi/react-native-background-timer.git",
"react-native-blob-jsi-helper": "git+https://github.com/lovegaoshi/react-native-blob-jsi-helper.git",
Expand Down
2 changes: 2 additions & 0 deletions src/components/bottomtab/NoxBottomTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,8 @@ const NoxAndroidBottomTab = () => {
return (<View style={styles.panel}>
<IconButton
icon="playlist-music"
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
//@ts-ignore
onPress={() => navigationGlobal.openDrawer()}
/>
<IconButton icon="music" onPress={() => navigationGlobal.navigate(ViewEnum.PLAYER_HOME as never)} />
Expand Down
Loading

0 comments on commit 65c3224

Please sign in to comment.