-
Notifications
You must be signed in to change notification settings - Fork 82
Closed
Description
I try import clarifai to my react native project , when I try
const ClarifaiApp = new Clarifai.App({
apiKey: 'xxxx'
});
ClarifaiApp.models.predict(Clarifai.GENERAL_MODEL, "https://samples.clarifai.com/metro-north.jpg").then(
function(response) {
// do something with response
console.log(response);
},
function(err) {
console.log(err);
// there was an error
}
);
}
I get error process.nextTick is not a function
tetreault
Metadata
Metadata
Assignees
Labels
No labels