input focus style react native code example
Example: on focused text input style react native
<TextInput theme={{ colors: { primary: "color of your wish" } }} />
<TextInput theme={{ colors: { primary: "color of your wish" } }} />