Skip to content

Commit

Permalink
upgrade to expo sdk 51
Browse files Browse the repository at this point in the history
added `prop-types` package due to expo/vector-icons/vendor/react-native-vector--icons dependency

import`reanimated` in `app/_layout.tsx` to workaround navigation crash ([Expo related issue](software-mansion/react-native-reanimated#5968))

npm install with `--legacy-peer-deps` flag
  • Loading branch information
2wons committed May 8, 2024
1 parent 69c6113 commit f8f92ae
Show file tree
Hide file tree
Showing 3 changed files with 1,867 additions and 2,062 deletions.
2 changes: 2 additions & 0 deletions app/_layout.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ import { useEffect } from 'react';
import { TamaguiProvider, createTamagui, Theme } from 'tamagui';
import { config } from '@tamagui/config/v3'

import 'react-native-reanimated'

import { useColorScheme } from '@/components/useColorScheme';
import { AuthProvider } from '@/contexts/AuthyContext';

Expand Down
Loading

0 comments on commit f8f92ae

Please sign in to comment.