Today we’re announcing our fourth and final SDK release of 2020, Expo SDK 40. SDK 40 includes React Native 0.63, mostly the same version as SDK 39 ...
For further actions, you may consider blocking this person and/or reporting abuse
This is awesome! Something good happened at least this year lol.
BTW I have an expo 39 project, installed the latest expo-cli 4.0.12, ran
expo upgrade
, and still get 39 (cli saying I have already installed the latest version). Any idea?To confirm, I have 4.0.12 successfully installed after running
expo --version
.UPDATE: After an hour, running
expo upgrade
shows me sdk 40! thankssorry about that! we pushed an update to expo-cli to force invalidating our versions cache when running
expo upgrade
so this won't happen in the futureLooks like, it's not easy to upgrade..
From
"expo": "~36.0.0"
to"expo": "^40.0.0"
.I'm using Next.js with Expo for Web.
Raised issue: github.com/expo/expo-cli/issues/3156
I upgraded to expo 40 with the bare workflow and i published it as an update on the app store and google and now when i run
expo-publish
i don't see the changes being reflected like they were before.Any clue as to why the OTA updates are not working?
Do I understand it correctly that we should now be able to run
expo eject
for bare workflows? That would be so awesome!When I run it after the successful upgrade (had only to remove yarn.lock), I get an error:
Is there anything I'm missing?
hi there! you can run
expo eject
in bare projects but ymmv - we aren't optimizing for this case right now. run it withEXPO_DEBUG=1 expo eject
to see more info about the error.Hi. May I ask, regarding the Deploying to App Stores guide, is IDFA thing and/or newly one started on Dec 8 related to only Managed workflow or both the workflows? 🤔 Thanks!! 🙏
Hello! The policy to disclose the use of IDFA and data collected is required for all apps submitted to the Apple App Store. However, the guidance provided here is specifically for the Managed workflow. That said, some of the information might still be helpful for answering the privacy questions even if you are using the Bare workflow.
Thanks for the good work. Is this likely to change in future releases?
If I understand this correctly, answering yes to IDFA will result in an ugly popup after installing. I would like to avoid this, especially if I don't use any of the functionality.
Thanks sir for your help. It's my first app, and don't finish yet. :D
lottie animation is still in danger zone any news regarding to it and we really need WebRTC for expo
I'm envious of apps that have successfully upgraded. I got a problem doing it apparently, it is caused by expo-notification and no solution or information on the forum or Google.
Just upgraded from SDK 39 to 40 without any issues. Thank you for the great release notes and all the hard work!! 👏 🎉 🍻