-
Notifications
You must be signed in to change notification settings - Fork 722
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
TextField doesn't work on Android - Exception in HostFunction #3459
Comments
Probably similar issue also with the
|
Hi, |
Ah, too bad, but thanks for the info. Unfortunately I don't have a |
Hi, I'll try to check if we can work on some fix right now and update. |
can you share any update regarding support for RN 0.76 version are there any plans for that |
Description
Using the
TextField
component on Android builds makes the app crash when opening a screen where this component is being rendered. If I change it to RNTextInput
, it works.Error message:
Related to
Steps to reproduce
Add
import { TextField } from "react-native-ui-lib";
and<TextField placeholder="username" />
If I import the
TextField
fromimport TextField from "react-native-ui-lib/textFieldOld";
, it does work on Android, however I'm not sure if it is a good idea to use somethingold
here. :)Expected behavior
Render a working component.
Actual behavior
App crashes.
More Info
Code snippet
Environment
Affected platforms
The text was updated successfully, but these errors were encountered: