billmalarky / react-native-queue

A React Native Job Queue
MIT License
795 stars 159 forks source link

Using queue factory causing error #49

Closed kottamasusaikumar closed 5 years ago

kottamasusaikumar commented 5 years ago

queueFactory.then((queue) => { console.log('add workers and jobs here'); }); const queue = await queueFactory(); Both are showing errors when initializing orcalling

Screen Shot 1941-04-21 at 12 33 06 PM
kottamasusaikumar commented 5 years ago

Using Async function issue resolved