Daniel Martinez
Daniel Martinez
## Motivation I'm always frustrated when the showCancel Prop (for platform="ios" only) on the SearchBar component from @rneui/base only defines whether or not to persist the cancel button beside the...
I'm trying to change the icon, Expo SDK 49, custom expo-dev-client. My expo.plugins in app.json: ```json "plugins": [ "expo-apple-authentication", "@react-native-firebase/app", "@react-native-firebase/auth", [ "expo-build-properties", { "ios": { "useFrameworks": "static" } }...