Skip to content

Commit 2bbba51

Browse files
upgrade expo
1 parent 33c00dc commit 2bbba51

File tree

3 files changed

+85
-87
lines changed

3 files changed

+85
-87
lines changed

components/tabs.tsx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,6 @@ export function Tabs() : React.JSX.Element {
2020
const isDarkMode = useColorScheme() === 'dark'
2121
const { nowPlaying } = usePlayerContext();
2222

23-
const insets = useSafeAreaInsets();
24-
2523
console.debug(`${nowPlaying ? "Showing miniplayer" : "Miniplayer is hidden"}`);
2624

2725
return (
@@ -42,7 +40,7 @@ export function Tabs() : React.JSX.Element {
4240
<Miniplayer navigation={props.navigation} />
4341
</>
4442
)}
45-
<BottomTabBar { ...props} insets={insets} />
43+
<BottomTabBar { ...props} />
4644
</>
4745
)}
4846
>

package-lock.json

Lines changed: 83 additions & 83 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@
3434
"@tanstack/react-query-persist-client": "^5.66.0",
3535
"axios": "^1.7.9",
3636
"burnt": "^0.12.2",
37-
"expo": "^52.0.37",
37+
"expo": "^52.0.40",
3838
"invert-color": "^2.0.0",
3939
"lodash": "^4.17.21",
4040
"react": "19.0.0",

0 commit comments

Comments
 (0)