madhums
madhums
Yeah, it should be `build/default/compress` otherwise I am getting "Cannot find module 'compress'" error.
Yes @ecoffey-trada . You can use it like this Put this in your package.json ``` js "compress": "git+ssh://git://github.com/elliotttf/node-compress.git" ```
were you able to get a workaround for this?
Can you please describe the issue more clearly? Any stacktraces? How do I reproduce it?
Thank you very much for this. I haven't found time to fix it yet but I have it on my list of things to do. Thank you again!
> Ah, Snackbar is a native module so Expo doesn't support it. You can't use Snackbar with Expo. Thanks for the question and demo. @cooperka Perhaps it's valuable to put...
i have got the same problem too...
i figured it out... you should give the proper token and secret values in the Oauth::consumer function...
Seems to be occurring in async functions with awaiting promises. Here's a [test](https://github.com/SimonErm/react-native-job-queue/issues/8#issuecomment-565571116)