naoufal / react-native-safari-view

A React Native wrapper for Safari View Controller.
https://www.npmjs.com/package/react-native-safari-view
494 stars 110 forks source link

Crash with unicode url #41

Closed 7kfpun closed 8 years ago

7kfpun commented 8 years ago

simulator screen shot 13 oct 2016 10 25 30 pm

naoufal commented 8 years ago

Oh weird. Have you tried encoding the url?

7kfpun commented 8 years ago

Oh thanks! Need to use encodeURIComponent().

jainkuniya commented 5 years ago

Hey! I tried with encodeURIComponent, then also it is throwing same error.

My url is https://en.wiktionary.org/wiki/þ

Even after encoding I am getting same error: image