-
Notifications
You must be signed in to change notification settings - Fork 987
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
Comment away react-native-screens #8868
Conversation
Pull Request Checklist
|
Jenkins BuildsClick to see older builds (7)
|
c3ff1cb
to
676f937
Compare
Looks like it is not up to date, btw the issue you link mentions that moving useScreen to component-did-mount can potentially fix things is that the case now that it has been done? |
@yenda haven't tried that approach as it wasn't consistently working for everyone. |
@siphiuel I just checked and moving it to component-did-mount didn't fix it so it looks like this fix is needed. Please add a TODO before the comment |
676f937
to
3d70cc0
Compare
src/status_im/android/core.cljs
Outdated
@@ -43,7 +43,8 @@ | |||
(when-not (zero? @keyboard-height) | |||
(dispatch [:set :keyboard-height 0])))) | |||
(.hide react/splash-screen) | |||
(.useScreens rn-dependencies/react-native-screens) | |||
; TODO Temporarily comment away due to current bug https://github.com/kmagiera/react-native-screens/issues/54 |
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.
use double ;
for comments
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.
Done.
3d70cc0
to
71b0c4b
Compare
89% of end-end tests have passed
Failed tests (5)Click to expand
Passed tests (40)Click to expand |
The iOS signing issue has been fixed, so the build is green. |
Can't reproduce initial issue #8708 anymore with Android 6.0.1, 8.1, 9 |
Signed-off-by: yenda <[email protected]>
71b0c4b
to
93b8fa0
Compare
Temporarily comments away react-native-screens for Android.
#8708 might be caused by software-mansion/react-native-screens#54