Replies: 1 comment
-
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
In the Expo SDK 47 release blog post they wrote this:
In the linked guide they recommend doing:
Here are a few thoughts from me (temporarily I'm not working at Expo):
react-native-firebase/packages/app/package.json
Line 59 in fe9e404
node_modules
by linking the wholeexpo
package asdevDependency
- I'd still stick to using@expo/config-plugins
directlyexpo >= 47.0.0
so changing this right now [in theory] could break for people with older Expo SDKs. I'm wondering if adding@expo/config-plugins >= 5.0.1
aspeerDependency
would do the job 🤔 as every Expo project should have it installed anywayWhat do you think about it?
Beta Was this translation helpful? Give feedback.
All reactions