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

It doesn't update in all items in a flat grid or flat item in a scroll view, this happens in android only. #2

Open
kaleeswariP opened this issue Sep 30, 2019 · 1 comment

Comments

@kaleeswariP
Copy link

I am getting the following error for items that are not currently visible in a flat list.

Possible Unhandled Promise Rejection (id: 0):
Error: Failed to findViewById using handle 0x32f.
Error: Failed to findViewById using handle 0x32f.
at createErrorFromErrorData (/Users/parkal/Documents/StutiSadhanam-Client/.vscode/.react/index.bundle:2114:17)
at /Users/parkal/Documents/StutiSadhanam-Client/.vscode/.react/index.bundle:2066:27
at MessageQueue.__invokeCallback (/Users/parkal/Documents/StutiSadhanam-Client/.vscode/.react/index.bundle:2633:18)
at /Users/parkal/Documents/StutiSadhanam-Client/.vscode/.react/index.bundle:2364:18
at MessageQueue.__guard (/Users/parkal/Documents/StutiSadhanam-Client/.vscode/.react/index.bundle:2537:13)
at MessageQueue.invokeCallbackAndReturnFlushedQueue (/Users/parkal/Documents/StutiSadhanam-Client/.vscode/.react/index.bundle:2363:14)
at /Users/parkal/Documents/StutiSadhanam-Client/.vscode/.react/debuggerWorker.js:187:58
at process. (/Users/parkal/Documents/StutiSadhanam-Client/.vscode/.react/debuggerWorker.js:60:9)
at process.emit (events.js:189:13)
at emit (internal/child_process.js:820:12)

@cawfree
Copy link
Owner

cawfree commented May 11, 2020

Likely because the views have been unmounted whilst offscreen. Would it be possible to try remounting the component when fonts have been changed?

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

2 participants