chore: upgrade to Expo SDK 55#424
Conversation
- Upgrade expo to ^55.0.0, react to 19.2.0, react-native to 0.83.2 - Enable React Compiler (experiments.reactCompiler: true) - Remove redundant config: newArchEnabled, jsEngine (both are defaults) - Remove implicit deps: @babel/core, babel-preset-expo, expo-constants - Replace legacy sentry-expo hook with @sentry/react-native/expo plugin - Add required config plugins: datetimepicker, sentry, expo-sharing - Update safe deps: moment, react-native-collapsible, eslint-plugin-react, eslint-plugin-import, @types/react-native-vector-icons, @types/webpack-env
|
@PierreBresson can you help to check if the changes after this pr allows to run the app in expo go without development build? I am able to do it but want to make sure its same for you as well |
|
Also i believe on your local side you must have a .env file which may have some things related to sentry? |
|
@hb2708 thanks a lot for the PR 🙏 |
Actually I just realized that I don't have the |
|
|
see if the step one does solve the issue? |
Not sure but feel that could be needed for sentry commands? or may be the new CLI may not need them any more? |
Add dynamic bottom padding to the `NoEmission` `ScrollView` content using `useTabBarBottomPadding`.
There was a problem hiding this comment.
Noticed the NO emission UI dont scroll on small height android emulator . this does fix it
Hum for the ios part, the cli seems to do the trick, need to check for android. |
|
Deleting the whole ios and android folders fixed my issue :) Why do we have to do that now? |
It could be a one time thing after the expo upgrade. As multiple dependencies are changed and your native folders may not be generated properly. |
|
Make sense. Thanks :) |
|
@PierreBresson don't forget to assign ticket and pr to me thanks |
✅ I have read the contributing file
Summary
Fixes #420
Changelog
Demo
Based on brief local run ios seems to work as expected. No demo video if need i can add