We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Facing the error Expected to run on UI thread. When the task is running.
Expected to run on UI thread
"react-native-sync-adapter": "^2.0.0",
Dependencies: "react": "16.0.0-alpha.12", "react-native": "0.48.1",
Sometimes I am getting the error as Object is not a function (evaluating 'taskProvider()(data)')
Object is not a function (evaluating 'taskProvider()(data)')
Please help, I am struggling from past 2 days.
The text was updated successfully, but these errors were encountered:
@ferrannp Can you please help with this?
Sorry, something went wrong.
@HannanShaik I have not face such error but it looks like there is a related PR in react-native fixing it facebook/react-native#15940.
So probably the best would be you try react-native version 0.50.0 or above.
react-native
0.50.0
No branches or pull requests
Facing the error
Expected to run on UI thread
. When the task is running."react-native-sync-adapter": "^2.0.0",
Dependencies:
"react": "16.0.0-alpha.12",
"react-native": "0.48.1",
Sometimes I am getting the error as
Object is not a function (evaluating 'taskProvider()(data)')
Please help, I am struggling from past 2 days.
The text was updated successfully, but these errors were encountered: