You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making a request to an API that is returning a unicode replacement character (�) instead of an umlaut. When the request is fulfilled the app crashes immediately without any errors. I am unable to catch any related errors, the app just returns to the home screen.
I am unable to get the � character into my app except with a request, at which point it crashes. This leads me to assume RN cannot handle these characters.
Reproduction Steps and Sample Code
Create a request to an API
In the API's response, include the character '�'
Your app will crash when the response comes through
Solution
RN should be able to handle the unicode replacement character, or throw an error when the character appears.
Additional Information
React Native version: 0.42.3
Platform: iOS - not tested on Android
Development Operating System: MacOS Sierra
Dev tools: XCode 8, all iOS versions (tested on simulator)
The text was updated successfully, but these errors were encountered:
Description
I am making a request to an API that is returning a unicode replacement character (�) instead of an umlaut. When the request is fulfilled the app crashes immediately without any errors. I am unable to catch any related errors, the app just returns to the home screen.
I am unable to get the � character into my app except with a request, at which point it crashes. This leads me to assume RN cannot handle these characters.
Reproduction Steps and Sample Code
Solution
RN should be able to handle the unicode replacement character, or throw an error when the character appears.
Additional Information
The text was updated successfully, but these errors were encountered: