-
Notifications
You must be signed in to change notification settings - Fork 15
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
perf(lecturers): replace FlatList with FlashList for improved perform…
…ance and layout adjustments
- Loading branch information
Showing
11 changed files
with
116 additions
and
35 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,12 +31,12 @@ | |
"@maplibre/maplibre-react-native": "10.0.0-alpha.28", | ||
"@react-native-community/datetimepicker": "8.2.0", | ||
"@react-native-community/netinfo": "11.4.1", | ||
"@react-navigation/native": "^7.0.13", | ||
"@react-navigation/native": "^7.0.0", | ||
"@react-navigation/stack": "^7.0.18", | ||
"@shopify/flash-list": "1.7.1", | ||
"@tanstack/query-sync-storage-persister": "^5.62.2", | ||
"@tanstack/react-query": "^5.62.2", | ||
"@tanstack/react-query-persist-client": "^5.62.2", | ||
"@tanstack/query-sync-storage-persister": "^5.62.3", | ||
"@tanstack/react-query": "^5.62.3", | ||
"@tanstack/react-query-persist-client": "^5.62.3", | ||
"@th3rdwave/react-navigation-bottom-sheet": "0.3.2", | ||
"burnt": "^0.12.2", | ||
"color": "^4.2.3", | ||
|
@@ -87,7 +87,7 @@ | |
"react-native-select-dropdown": "^4.0.1", | ||
"react-native-svg": "15.8.0", | ||
"react-native-unistyles": "^2.20.0", | ||
"react-native-view-shot": "~4.0.2", | ||
"react-native-view-shot": "~4.0.3", | ||
"react-native-webview": "13.12.5", | ||
"react-native-week-view": "0.30.0", | ||
"rn-quick-actions": "^0.0.3", | ||
|
@@ -110,7 +110,7 @@ | |
"@trivago/prettier-plugin-sort-imports": "^4.3.0", | ||
"@types/bun": "latest", | ||
"@types/color": "^3.0.6", | ||
"@types/geojson": "^7946.0.14", | ||
"@types/geojson": "^7946.0.15", | ||
"@types/node": "^22.10.1", | ||
"@types/prop-types": "^15.7.14", | ||
"@types/react": "~18.3.14", | ||
|
@@ -151,6 +151,7 @@ | |
"@th3rdwave/[email protected]": "patches/@th3rdwave%[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"[email protected]": "patches/[email protected]", | ||
"@aptabase/[email protected]": "patches/@aptabase%[email protected]" | ||
"@aptabase/[email protected]": "patches/@aptabase%[email protected]", | ||
"[email protected]": "patches/[email protected]" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
diff --git a/AnySizeDragSortableView.js b/AnySizeDragSortableView.js | ||
index 9450cbc6782441c62fcb950491eca921cce72aee..ff0692677f25953c6fedf6d53066355b85be0114 100644 | ||
--- a/AnySizeDragSortableView.js | ||
+++ b/AnySizeDragSortableView.js | ||
@@ -6,11 +6,11 @@ import { | ||
View, | ||
PanResponder, | ||
LayoutAnimation, | ||
- Platform | ||
+ Platform, | ||
+ UIManager | ||
} from 'react-native'; | ||
const PropTypes = require('prop-types') | ||
const ANIM_DURATION = 300 | ||
-const { UIManager } = NativeModules; | ||
|
||
if (Platform.OS === 'android') { | ||
if (UIManager.setLayoutAnimationEnabledExperimental) { |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -65,19 +65,19 @@ | |
"licenseUrl": "https://github.com/Shopify/flash-list/raw/master/LICENSE.md", | ||
"parents": "neuland" | ||
}, | ||
"@tanstack/[email protected].2": { | ||
"@tanstack/[email protected].3": { | ||
"licenses": "MIT", | ||
"repository": "https://github.com/TanStack/query", | ||
"licenseUrl": "https://github.com/TanStack/query/raw/master/LICENSE", | ||
"parents": "neuland" | ||
}, | ||
"@tanstack/[email protected].2": { | ||
"@tanstack/[email protected].3": { | ||
"licenses": "MIT", | ||
"repository": "https://github.com/TanStack/query", | ||
"licenseUrl": "https://github.com/TanStack/query/raw/master/LICENSE", | ||
"parents": "neuland" | ||
}, | ||
"@tanstack/[email protected].2": { | ||
"@tanstack/[email protected].3": { | ||
"licenses": "MIT", | ||
"repository": "https://github.com/TanStack/query", | ||
"licenseUrl": "https://github.com/TanStack/query/raw/master/LICENSE", | ||
|
@@ -371,7 +371,7 @@ | |
"licenseUrl": "https://github.com/jpudysz/react-native-unistyles/raw/master/LICENSE", | ||
"parents": "neuland" | ||
}, | ||
"[email protected].2": { | ||
"[email protected].3": { | ||
"licenses": "MIT", | ||
"repository": "https://github.com/gre/react-native-view-shot", | ||
"licenseUrl": "https://github.com/gre/react-native-view-shot/raw/master/LICENSE", | ||
|