diff --git a/front/apps/mobile/app/_layout.tsx b/front/apps/mobile/app/_layout.tsx index 7b18f754..6bd77913 100644 --- a/front/apps/mobile/app/_layout.tsx +++ b/front/apps/mobile/app/_layout.tsx @@ -18,10 +18,12 @@ * along with Kyoo. If not, see . */ +import "react-native-reanimated"; + import { PortalProvider } from "@gorhom/portal"; import { ThemeSelector } from "@kyoo/primitives"; import { NavbarRight, NavbarTitle } from "@kyoo/ui"; -import { AccountProvider, createQueryClient, useAccount, useAccounts } from "@kyoo/models"; +import { AccountProvider, createQueryClient, useAccount } from "@kyoo/models"; import { QueryClientProvider } from "@tanstack/react-query"; import i18next from "i18next"; import { Stack } from "expo-router"; @@ -37,7 +39,6 @@ import { useEffect, useState } from "react"; import { useColorScheme } from "react-native"; import { initReactI18next } from "react-i18next"; import { useTheme } from "yoshiki/native"; -import { CircularProgress } from "@kyoo/primitives"; import { useRouter } from "solito/router"; import "intl-pluralrules"; import "@formatjs/intl-locale/polyfill"; diff --git a/front/apps/web/package.json b/front/apps/web/package.json index 6f337cce..25be0de1 100644 --- a/front/apps/web/package.json +++ b/front/apps/web/package.json @@ -35,7 +35,7 @@ "react": "18.2.0", "react-dom": "18.2.0", "react-i18next": "^13.5.0", - "react-native-reanimated": "~3.6.1", + "react-native-reanimated": "3.3.0", "react-native-svg": "14.0.0", "react-native-video": "^6.0.0-beta.0", "react-native-web": "0.19.9", diff --git a/front/yarn.lock b/front/yarn.lock index 10118337..760d5dd5 100644 --- a/front/yarn.lock +++ b/front/yarn.lock @@ -12649,7 +12649,7 @@ __metadata: languageName: node linkType: hard -"react-native-reanimated@npm:~3.3.0": +"react-native-reanimated@npm:3.3.0, react-native-reanimated@npm:~3.3.0": version: 3.3.0 resolution: "react-native-reanimated@npm:3.3.0" dependencies: @@ -12670,27 +12670,6 @@ __metadata: languageName: node linkType: hard -"react-native-reanimated@npm:~3.6.1": - version: 3.6.1 - resolution: "react-native-reanimated@npm:3.6.1" - dependencies: - "@babel/plugin-transform-object-assign": ^7.16.7 - "@babel/preset-typescript": ^7.16.7 - convert-source-map: ^2.0.0 - invariant: ^2.2.4 - peerDependencies: - "@babel/core": ^7.0.0-0 - "@babel/plugin-proposal-nullish-coalescing-operator": ^7.0.0-0 - "@babel/plugin-proposal-optional-chaining": ^7.0.0-0 - "@babel/plugin-transform-arrow-functions": ^7.0.0-0 - "@babel/plugin-transform-shorthand-properties": ^7.0.0-0 - "@babel/plugin-transform-template-literals": ^7.0.0-0 - react: "*" - react-native: "*" - checksum: 245e542de7496081c4c64fe219a6d33a4d7195502fd6e9c12374c04acb1318bdeb0c50889def5e213e3fe3cd0f6316b113a6b1c382715f1b6cf8a6a29f0cf4ab - languageName: node - linkType: hard - "react-native-safe-area-context@npm:4.6.3": version: 4.6.3 resolution: "react-native-safe-area-context@npm:4.6.3" @@ -15194,7 +15173,7 @@ __metadata: react-dom: 18.2.0 react-i18next: ^13.5.0 react-native: 0.72.7 - react-native-reanimated: ~3.6.1 + react-native-reanimated: 3.3.0 react-native-svg: 14.0.0 react-native-video: ^6.0.0-beta.0 react-native-web: 0.19.9