Skip to content
New issue

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

Issues with the text fields #51

Open
samducker opened this issue Oct 9, 2024 · 0 comments
Open

Issues with the text fields #51

samducker opened this issue Oct 9, 2024 · 0 comments

Comments

@samducker
Copy link

samducker commented Oct 9, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant