Skip to content

Conversation

@compojoom
Copy link

@compojoom compojoom commented Apr 12, 2018

This is pull request #27 with a fix for

[reports] Main Thread Checker: UI API called on a background thread: -[UIWindow rootViewController]
PID: 6332, TID: 140315, Thread name: (none), Queue name: com.facebook.react.ContactsWrapperQueue, QoS: 0

https://developer.apple.com/documentation/code_diagnostics/main_thread_checker

Updating UI on a thread other than the main thread is a common mistake that can result in missed UI updates, visual defects, data corruptions, and crashes.

corysimmons and others added 4 commits January 16, 2018 12:34
without this one gets this report in XCode:
Main Thread Checker: UI API called on a background thread: -[UIWindow rootViewController]
PID: 6332, TID: 140315, Thread name: (none), Queue name: com.facebook.react.ContactsWrapperQueue, QoS: 0
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 this pull request may close these issues.

2 participants