Salvador Hernandez

Results 7 comments of Salvador Hernandez

The example assumes you're inside a promise or try catch block. The issue is that you are trying to throw an error inside of a callback. Try `console.log(err)` instead of...

I need a little bit more of info here. What modules does workbook come from? I don't see in the code where excel is being used.

I verified that this isn't working with v7.1.0, so I will try and fix this over the weekend. As a work around for now, this does work in node v6.9.x...

Is this still an issue? Sometimes it helps to isolate the code. ``` var parseXlsx = require('excel'); parseXlsx('./Workbook1.xlsx', function(err, data) { if(err) { console.log(err) } console.log(data) // data is an...

Thanks @mrlinnth and I agree with @bioteck if you need to use the show event.

Another use case is with [expo](https://docs.expo.dev/) when running `expo start`. 🙇🏼

Looks like @redpandatronicsuk has a PR open for this. https://github.com/redpandatronicsuk/react-native-check-app-install/pull/17 What needs to be done to get this merged in?