-
Notifications
You must be signed in to change notification settings - Fork 24.6k
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
☂️ Fix annoying Android and iOS issues #24626
Comments
This comment has been minimized.
This comment has been minimized.
One of the toggle secureTextEntry issue(s) was addressed in #23524 |
I want to work on the issue of |
@sasurau4: give it a try! I’ll wait for your pull request. I think just making sure the app doesn’t crash and shows a useful error message is a good start! |
Can work in "On Android, you cannot name a property flex or the app will crash" ? |
Hey @matheusmonte, give it a try! Unfortunately I don't have more context myself but maybe @alburdette619 (who mentioned this initially) can provide a repro? |
@cpojer I'll enhance the compatible for this error. |
@sasurau4 @cpojer I don't know how I feel about automatically converting I personally make sure to always wrap the percentage values in quotes, as do most people, so I think this feature is unnecessary. |
@zhongwuzw thank you! @bryankang I agree with you. We shouldn't automatically convert, but we should make sure that the app doesn't crash and instead make sure we show a redbox error or something. The initial report said that the app crashes. If it already shows an error, we can make sure that it is more useful and if it already shows a proper redbox error we don't need to make a change. |
Summary: Fixes https://twitter.com/estevao_lucas/status/1117572702083190785?s=215 in #24626 . Now we try to convert any id to `NSString`, not throw error. cc. cpojer . [iOS] [Fixed] - Add convert compatible of NSString for bridge message data Pull Request resolved: #24630 Differential Revision: D15120205 Pulled By: cpojer fbshipit-source-id: 4849a8e941410b292f971608a9cdb38c11502445
@cpojer @bryankang I just made a PR for it, #24659. The propose is just to ignore any unexpected value. No error will show up. (AFAIK any error will cause the app to crash in release mode). Let me know what you guys think. @sasurau4 sorry, I noticed just after I submitted this PR that you volunteered to fix it. My bad. :-( |
@elucaswork Never mind! 👍 @bryankang @cpojer I agree with you about automatically convert may cause something confusing. |
I just added a new item by @jlongster which is about fixing an annoying crash, see https://twitter.com/jlongster/status/1123225841075392514 Feel free to sign up for it and propose a PR with a fix! |
Can I try "Unhelpful error message with ScrollViews. See " @cpojer |
Go for it!
…________________________________
From: Matheus Monte <[email protected]>
Sent: Tuesday, April 30, 2019 10:44:50 PM
To: facebook/react-native
Cc: Christoph Nakazawa; Mention
Subject: Re: [facebook/react-native] ☂️ Fix annoying Android and iOS issues (#24626)
Can I try "Unhelpful error message with ScrollViews. See " @cpojer<https://github.com/cpojer>
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<#24626 (comment)>, or mute the thread<https://github.com/notifications/unsubscribe-auth/AAADIKHYBSRWJOGTLGWRHXLPTC4VFANCNFSM4HIWMLWA>.
|
Summary: Fixes https://twitter.com/estevao_lucas/status/1117572702083190785?s=215 in #24626 . Now we try to convert any id to `NSString`, not throw error. cc. cpojer . [iOS] [Fixed] - Add convert compatible of NSString for bridge message data Pull Request resolved: #24630 Differential Revision: D15120205 Pulled By: cpojer fbshipit-source-id: 4849a8e941410b292f971608a9cdb38c11502445
Hey there, it looks like there has been no activity on this issue recently. Has the issue been fixed, or does it still require the community's attention? This issue may be closed if no further activity occurs. You may also label this issue as a "Discussion" or add it to the "Backlog" and I will leave it open. Thank you for your contributions. |
Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please feel free to create a new issue with up-to-date information. |
🐛 Bug Report
Through react-native-community/discussions-and-proposals#104 and react-native-community/discussions-and-proposals#69 we learned about a lot of issues that people pointed out about React Native (cc @slorber @noahtallen @alburdette619). While we addressed many, there are still many issues remaining that need to be validated and if they still persist, fixed.
If you'd like to work on any of these, please comment here to sign up for one of them and send a Pull Request with a fix!
style={{width: "100"}}
and forgetting the %Thank you :)
The text was updated successfully, but these errors were encountered: