This repository has been archived by the owner on Jan 13, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 139
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
ryanlntn
approved these changes
Jun 2, 2019
kevinvangelder
approved these changes
Jun 3, 2019
robinheinze
suggested changes
Jun 3, 2019
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.
We added .babelrc
back in after the 3.0 release because using package.json was causing this issue: #145.
Added back in the |
robinheinze
approved these changes
Jul 18, 2019
Going to wait for #227 to be merged before merging this one. I'll have a few conflicts to fix but not many. |
ryanlntn
approved these changes
Aug 2, 2019
infinitered-circleci
pushed a commit
that referenced
this pull request
Aug 2, 2019
# [4.6.0](v4.5.0...v4.6.0) (2019-08-02) ### Features * **deps:** Upgrade to react-native 0.60.4 and bump most other dependencies ([#227](#227) by [@bryanstearns](https://github.com/bryanstearns)) ([e8b5d9e](e8b5d9e)) * **env:** Switch to using react-native-dotenv ([#197](#197) by [@jamonholmgren](https://github.com/jamonholmgren)) ([3af9874](3af9874))
🎉 This PR is included in version 4.6.0 🎉 The release is available on: Your semantic-release bot 📦🚀 |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Moves to
react-native-dotenv
rather than what we were using before.Fixes #194.