Skip to content

Commit

Permalink
fix: an attempt to fix freezing app
Browse files Browse the repository at this point in the history
  • Loading branch information
hoangvu12 committed Sep 7, 2024
1 parent e197e2a commit fd19a6a
Show file tree
Hide file tree
Showing 4 changed files with 49 additions and 52 deletions.
3 changes: 1 addition & 2 deletions changes.md
Original file line number Diff line number Diff line change
@@ -1,2 +1 @@
- Fixed episodes being sorted in descending order on the watch screen
- Added module updater
- Attempted to fix the app freezing on Samsung and Pixel devices
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "kaguya-app",
"version": "0.12.0-alpha",
"version": "0.12.1-alpha",
"private": true,
"scripts": {
"start": "expo start --dev-client",
Expand Down Expand Up @@ -82,7 +82,7 @@
"react-native-modal": "^13.0.1",
"react-native-orientation-locker": "^1.5.0",
"react-native-pager-view": "6.2.0",
"react-native-reanimated": "~3.3.0",
"react-native-reanimated": "~3.4.2",
"react-native-reanimated-carousel": "^3.5.1",
"react-native-safe-area-context": "4.6.3",
"react-native-screens": "~3.22.1",
Expand Down
93 changes: 45 additions & 48 deletions pnpm-lock.yaml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

1 change: 1 addition & 0 deletions src/ui/core/bottom-sheet.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const BottomSheet = React.forwardRef<BottomSheetModal, BottomSheetProps>(
{...props}
>
{useScrollView ? (
// @ts-ignore just a type error when upgrading
<SBottomSheetScrollView
className={twMerge('p-4 rounded-xl', containerViewClassName)}
{...containerViewProps}
Expand Down

0 comments on commit fd19a6a

Please sign in to comment.