Lucia Sarni
Lucia Sarni
@khushal87 I don't mean the cross/cancel icon, which is showing correctly, but the cancel button. Like it's shown on the [platform specific preview](https://reactnativeelements.com/docs/components/searchbar#platform-specific-searchbar) here: 
I realized I needed to add `platform={Platform.OS === 'ios' ? 'ios' : 'android'}` to the `SearchBar` for it to work correctly
Is there a workaround for this?
I'm also having this problem. It redirects correctly to the documentation from a browser but it gives me the same error on Protege 5.2.0. I tried it out with this...
I can reproduce the problem on a macOS Mojava (Version 10.14.1) and java version "1.8.0_144" Java(TM) SE Runtime Environment (build 1.8.0_144-b01) Java HotSpot(TM) 64-Bit Server VM (build 25.144-b01, mixed mode)...