We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I'm on react native 0.74.5 and expo SDK 51
and when trying to utilise the text components like so
<View> <Text>Text Field</Text> <TextField placeholder="Name" text={firstName} /> </View> <View> <Text>Secure Field</Text> <SecureField style={{ width: 200, height: 200 }} placeholder="Password" text={password} /> </View> <View> <Text>Text Editor</Text> <TextEditor placeholder="Bio" text={bio} /> </View>
Seem to render intermittently and have issues with the keyboard being opened and dismissed.
I can confirm the other components seem to be working as expected apart from anything that uses the image view in issue #50
Placeholder text is also not showing.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I'm on react native 0.74.5 and expo SDK 51
and when trying to utilise the text components like so
Seem to render intermittently and have issues with the keyboard being opened and dismissed.
I can confirm the other components seem to be working as expected apart from anything that uses the image view in issue #50
Placeholder text is also not showing.
The text was updated successfully, but these errors were encountered: