-
Notifications
You must be signed in to change notification settings - Fork 24.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
[0.46] Commits to cherry-pick #14713
Comments
@AndrewJack Is c639a1f related to the prop-types issue? |
@hramos No it fixes Android DEV reloading and an issue with code push. It was fixed just after 0.46 cut. |
Gotcha, it doesn't look like this is in the 0.46 RC as you mentioned, cherry picking it into 0.46 should help us prevent more issues getting opened about it. I updated this issue to cover all commits that we want to be cherry picked into 0.46 cc @grabbou to be aware, I am planning on cherry picking these once I get #14729 merged. |
4fd427e to be cherry-picked from another issue |
All commits were cherry-picked. Going to close this issue and we will land #14729 separately. |
I understand. Do you think there's anybody from FB that has some time
upcoming days to assist me with landing it? Sounds reasonable to get this
fixed before promoting RC to stable.
…On Tue, 4 Jul 2017 at 17:06 Héctor Ramos ***@***.***> wrote:
It's failed all the open source tests that we currently run internally. I
haven't been able to look at this between the long holiday weekend and
moving to a new place.
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub
<#14713 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/ACWcxs4vERrXO33GkMzZgqx2m9gjgShzks5sKlSzgaJpZM4OEFDP>
.
|
I wish ee42cd0 was picked in 0.46, sounds safe to add, is it still time for a patch? |
Reviewed By: spicyj Differential Revision: D5284484 fbshipit-source-id: bdc0a1c3babfa1a5c3343f084bdd5d4ff4f2d46a
Re-opening for 0.46.3 release. v0.46.3
|
Summary: I encountered an issue when building with fastlane gym / xcodebuild where glog would not build because of missing config.h header file. I tracked it down to the ios-configure-glog.sh script that ended up error-ing because of missing valid c compiler. I guess it didn't enter the if to set c compiler env in xcodebuild and that env doesn't have proper values set like it does in xcode so just removing this check fixed it. Also tested that it still works properly in xcode. Closes #14267 Differential Revision: D5285691 Pulled By: javache fbshipit-source-id: df5315926c2d2d78806618df3d9c9bbbb974d1ea
v0.46.3 has been cut and will be released once https://circleci.com/gh/facebook/react-native/19569 finishes. |
Critical iOS fix is needed: |
Looks like it got included. Thanks! |
If we have a 0.46.4, please include 7d1981e to fix android build issue :) |
Releasing and closing this issue, thanks! |
Fix: use prop-types with React 16
The issue has been fixed in master. I don't think the fix made the 0.46-RC cut, so we'll also need to cherry-pick them into v0.46.0-rc.3.
Fix dev reloading on Android
The text was updated successfully, but these errors were encountered: