Lucia Sarni

Results 25 comments of 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: ![image](https://github.com/react-native-elements/react-native-elements/assets/15196342/fccbfa0b-3a6c-4ee5-b0f4-079968268380)

I realized I needed to add `platform={Platform.OS === 'ios' ? 'ios' : 'android'}` to the `SearchBar` for it to work correctly

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)...