react-native-floating-label
react-native-floating-label copied to clipboard
Labels aren't displayed when field values pre-populated
I have a case where I'm persisting a form, allowing the user to complete it later. But when the form is resumed, the values are present, but floating label no.
I see from the code that locals.value is never evaluated when determining the initial animation state.