Partitionvisual (#122)

* first tries with transition entry from native base

* setup moti for mobile and web use

* added Easing linear for consistant scroll scpeed

* pause works !

* added startAt, rewind and fast forward

* created temporary view for partition viewer

* Cleanup for PR

* fix little bug in rewind
This commit is contained in:
Clément Le Bihan
2023-01-25 16:44:00 +09:00
committed by GitHub
parent e971073ac4
commit 2f5c9481aa
12 changed files with 2099 additions and 90 deletions
+4
View File
@@ -32,16 +32,19 @@
"expo-secure-store": "~11.2.0",
"expo-splash-screen": "~0.15.1",
"expo-status-bar": "~1.3.0",
"expo-updates": "~0.13.4",
"format-duration": "^2.0.0",
"i18next": "^21.8.16",
"jest": "^26.6.3",
"jest-expo": "^45.0.1",
"moti": "^0.22.0",
"native-base": "^3.4.17",
"react": "17.0.2",
"react-dom": "17.0.2",
"react-i18next": "^11.18.3",
"react-native": "0.68.2",
"react-native-paper": "^4.12.5",
"react-native-reanimated": "~2.8.0",
"react-native-safe-area-context": "4.2.4",
"react-native-screens": "~3.11.1",
"react-native-super-grid": "^4.6.1",
@@ -62,6 +65,7 @@
"@storybook/manager-webpack4": "^6.5.15",
"@storybook/react": "^6.5.15",
"@storybook/testing-library": "^0.0.13",
"@expo/webpack-config": "^0.17.4",
"@testing-library/react-native": "^11.0.0",
"@types/node": "^18.11.8",
"@types/react": "^18.0.18",