-
Notifications
You must be signed in to change notification settings - Fork 1.4k
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 React Native 0.64.x #1641
Conversation
# Conflicts: # src/commands/doctor.ts
…es now supports proxies.
Hi @jamonholmgren @bryanstearns Seems that jest-expo depends on fbjs-scripts which is part of the react-native@^0.63.4 which it uses in assetFileTransformer.js (createCacheKeyFunction), as you can see in the build error. A workaround is to add fbjs-scripts as a temporary dev dependency (it works..) or Ignite needs to wait until expo supports 0.64.x? What do you guys think? ... The app runs though 😅 |
… the jest-expo preset. More info here infinitered#1641 (comment)
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks amazing. Thanks @nirre7 !
# [6.7.0](v6.6.0...v6.7.0) (2021-04-10) ### Features * **boilerplate:** Upgrade to React Native 0.64.x ([#1641](#1641) by [@nirre7](https://github.com/nirre7)) ([a49a222](a49a222))
🎉 This PR is included in version 6.7.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Please verify the following:
yarn ci:test
jest tests pass with new tests, if relevantREADME.md
has been updated with your changes, if relevantDescribe your PR
Upgrades the boilerplate to React native 0.64.0