Greg Price

Results 224 comments of Greg Price

Thanks! Relabeling because this isn't a server release goal — whether or not we've done this at the time of release will be invisible to users.

Thanks @vaibhavs2 ! So the answer to what `onChangeText` gives us is that it's just the plain text. Which agrees with the RN docs, which say the type it passes...

For how to go about resolving this issue: At the Android level, there's a handy solution that @WesleyAC [found](https://chat.zulip.org/#narrow/stream/243-mobile-team/topic/pasting.20formatted.20text/near/1162528) in a Stack Overflow answer: > A perfect and easy way:...

The upstream issue https://github.com/facebook/react-native/issues/31442 has apparently been fixed! Thanks @vaibhavs2 for filing it :slightly_smiling_face:

(And from the PR thread — at https://github.com/facebook/react-native/pull/38189#issuecomment-1639757105 and https://github.com/facebook/react-native/pull/38189#pullrequestreview-1542055466 — it's clear that our discussion here was key in getting this fixed, by making it clear why the existing...

> [facebook/react-native#22139](https://github.com/facebook/react-native/issues/22139). Unfortunately, that one was unceremoniously closed and discussion was locked by a maintainer _after that maintainer confirmed that it was a real bug_. Ouch. Yeah, that's pretty unhelpful....

Thanks @j0hannesr0th for this feedback (from back in 2018)! While we aren't going to implement this feature in zulip-mobile because we're [migrating to Flutter](https://github.com/zulip/zulip-flutter), it is a valid feature request...

Thanks @j0hannesr0th for this feedback (from back in 2018)! While we aren't going to implement this feature in zulip-mobile because we're [migrating to Flutter](https://github.com/zulip/zulip-flutter), it is a valid feature request...

Thanks for the revision. This pair of issues is still present: https://github.com/zulip/zulip-mobile/pull/5532#discussion_r1015888292 The quickest way to see them is to use `git checkout main~` (if `main` is your branch where...

> * If the app is interrupted and killed while trying to send messages, it may become permanently stuck, and will never send messages again unless it is uninstalled or...