-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
App layout breaks after hot-push + upgrade from RN 0.42 to 0.43rc on iOS #775
Comments
Hi @bulby97, thank you for reaching us. Could you please verify if the issue also reproduces for react-native: 0.43.0-rc.5? Do I get it right that you are using |
Hi @bulby97 , I seem to be having an issue upgrading to rc4 as well. When I compile in Android I get the following: |
@bulby97, React Native team have released new version of RN: |
@sergey-akhalkov I confirm that the problem still exists with Here is my branch: https://github.com/bulby97/Venez-et-Raisonnons/tree/feature/concordance |
@bulby97, thank you for the explanation, I'll try to figure out what goes wrong and let you know if any updates. |
@bulby97, I've crated sample app that uses FlatList from RN examples and I've got no layout issues after releasing and applying CodePush update, so is it possible that you are trying to apply js bundle (from CodePush update) compiled with RN0.43 to the apps that have been compiled with RN0.42 and that are currently running js bundle that also has been complied with RN0.42? |
@sergey-akhalkov this is exactly what I'm trying to do, sorry if I did not made it clear. When I have time I'll try to create a sample app running on 0.42, and applying a code-push update running on 0.43 |
@bulby97, I believe you should not apply js bundle compiled with RN0.43 to the app that is currently running RN0.42 or vice versa. It could lead unexpected issues due to the app running RN0.43 may have important native side changes that are not present in the app running RN0.42. The same is for js bundles - js bundle produced by RN0.43 may have another content (or way it interacts with the native side) than js bundle produced by RN0.42. |
@jcharbo, we've released new version of React Native Module for CodePush: |
@bulby97, no problem, thank you for reaching us and feel free to reopen if needed! |
thanks @sergey-akhalkov , that fixed it |
Description
I just upgraded RN from 0.42 to 0.43rc in order to use FlatList.
After releasing the update on code-push with new RN update, I noticed that my layout was completely broken, plus I have some red borders on my containers.
Everything is Ok on debug and fresh prod install so I guess it's a codepush issue ?
Here is a gif, any ideas ?
Additional Information
The text was updated successfully, but these errors were encountered: