You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
you need to create the view like this exactly without embed it into customView <FloatingLabelInput ref={ref_input2} label={"Last Name"} value={lastName} containerStyles={FloatingStyles.floatingContainer} labelStyles={FloatingStyles.floatingLabel} inputStyles={FloatingStyles.floatingInput} onChangeText={(value) => setLastName(value)} />
hello, when i write one letter in text input keyboard automatically closes
The text was updated successfully, but these errors were encountered: