-
Notifications
You must be signed in to change notification settings - Fork 81
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
process.nextTick is not a function #20
Comments
@yaibait it looks like React Native doesn't have a We'll look into a better solution for this but for now you can polyfill it with Add this somewhere near the top of your entrypoint: process.nextTick = setImmediate |
@eddiezane thanks you, it work for me |
@yaibait glad to hear. Going to keep this open until we find a permanent fix. |
From the research I've done it seems that polyfilling this is expected by the React Native developer. Maybe in the future our build tools will avoid this issue entirely. If anyone finding this issue in the future has any advice otherwise we're all ears! |
thanks @eddiezane - fixed the nextTick error on my end! |
I try import clarifai to my react native project , when I try
I get error
process.nextTick is not a function
The text was updated successfully, but these errors were encountered: