-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Upgrade to expo 52 - beta #974
Conversation
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
1 similar comment
Published version: @draftbit/[email protected] |
Published version: @draftbit/[email protected] |
Important
Upgrade project to Expo SDK 52, updating dependencies, CI workflow, and making necessary code adjustments.
51
to52-beta
in.github/workflows/ci.yml
.curl
commands to52.0.0
in.github/workflows/ci.yml
.expo
and related dependencies to52.0.0
inexample/package.json
.expo-av
,expo-camera
,expo-linear-gradient
, and other dependencies to latest compatible versions inpackages/core/package.json
,packages/maps/package.json
,packages/native/package.json
, andpackages/ui/package.json
.version
to52.0.2
inlerna.json
and allpackage.json
files.DatePicker.tsx
inpackages/core/src/components
to usestyle as ViewStyle
inomit()
function calls.Pressable.tsx
andTouchable.tsx
inpackages/core/src/components
to useStyleProp<ViewStyle>
forstyle
prop.This description was created by for ed00da5. It will automatically update as commits are pushed.