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

Rendering issue on Android #15

Open
ibnekhan opened this issue Mar 14, 2019 · 3 comments
Open

Rendering issue on Android #15

ibnekhan opened this issue Mar 14, 2019 · 3 comments

Comments

@ibnekhan
Copy link

react-native: "0.58.6"
android os Oreo

<SmoothPinCodeInput cellStyle={{ borderBottomWidth: 2, borderColor: Colors.themeColor }} cellStyleFocused={{ borderColor: 'black' }} textStyle={{ fontSize: 14 }} codeLength={6} cellSize={30} value={codeInput} />

Screenshot 2019-03-14 at 11 53 03

@josecastillo86
Copy link

I have the same issue

@ibnekhan
Copy link
Author

I have the same issue

don't set default value into state to assign.

@alikazemkhanloo
Copy link
Contributor

alikazemkhanloo commented Jun 19, 2019

I had the same issue. When I start typing this error comes up.
in this commit I handled value of TextInput in internal state. and the issue's gone.

let me know if the issue persists or if this solution works.

P.S. this issue is resolved in RN 0.60. as this comment says.

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

Successfully merging a pull request may close this issue.

3 participants