React native – How to show placeholder in an OTP Input only when box Is empty and unfocused?
I’m working on an OTP input screen in React Native where I need to show a placeholder (•) inside the input fields under the following conditions: When a box is focused, the placeholder should not be visible. After clearing the…