Skip to content
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

Fail release on EXPO SDK 52 #11

Open
terrico87 opened this issue Nov 12, 2024 · 0 comments
Open

Fail release on EXPO SDK 52 #11

terrico87 opened this issue Nov 12, 2024 · 0 comments

Comments

@terrico87
Copy link

terrico87 commented Nov 12, 2024

I've tested creating a new test app with sdk 52 beta
npx create-expo-app --template default@beta

if I simply install react-native-background-remover, on an empty app so basically dependencies issues are minimised, and I try to release it on device for instance, it fails with lots of errors.

npx expo run:ios --configuration Release --device

to replicate run:

  1. npx create-expo-app --template default@beta
  2. npm i react-native-background-remover
  3. npx expo run:ios --configuration Release --device (maybe run eas build:configure before..)

Thank for the great work and hopefully this will be available and working also on the new release 52. This release it's key since it's running on the new architecture and react native 0.76.

Update on the message above:
The only way I found that it works is that I set the new Arch to false, but that defeats the purpose of switching to rn 0.76.

"expo": {
"name": "",
"slug": "",
...
"newArchEnabled": false
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant