-
Notifications
You must be signed in to change notification settings - Fork 986
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
Error calling RCTEventEmitter.receiveEvent when tap on emoji from predictive text panel #4103
Comments
Potatoe bug (easier to search later) |
This is a react-native issue, we have to wait for a fix facebook/react-native#18405 |
The PR to follow for a fix facebook/react-native#18443 |
Moved to post-beta as this is unlikely that we can solve this bug before beta since it requires a PR to be merged in react-native and a release of react-native |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
I can not reproduce this issue anymore! |
Type: Bug
Summary:
java.lang.RuntimeException: Error calling RCTEventEmitter.receiveEvent
error followed by the app crash appear when contact taps the emoji from auto-correction suggestions. Note - it should be a single emoji in auto-correction, it's all OK for text+emojiExpected behavior
No errors when contact taps the emoji from auto-correction suggestions. Emoji appears in message box
Actual behavior
java.lang.RuntimeException: Error calling RCTEventEmitter.receiveEvent
error followed by the app crash appears when contact taps upon emoji from auto-correction suggestionsPrecondition
You may need to create auto replacement for text by emoji on Android if you don't have any.
For Android 6, for example, it could be done navigating to device
Settings
->Language and input
->Keyboards
->Text shortcuts
->Add
and add a text you want to be replace by replacement (e.g. Shortcut='Hello' and Expanded phrase = [Emoji symbol you wish to be replaced by]Also
Predictive text
option setting should be turned on on the keyboard.Reproduction
predictemoji
)Additional Information
Logs
TF session with logs: https://app.testfairy.com/projects/4803622-status/builds/8227614/sessions/20/?accessToken=pQJq1uPWXf0Ox4ksujA2BAtPwzE
The text was updated successfully, but these errors were encountered: