Joshua

Results 27 comments of Joshua

@bfdill @vivekn Any chance this pull request will get merged?

@mitend I'm sorry I can't help you. Consider opening another issue.

We also need log files zipped but I don't expect this package to handle it. It's really simple to use a combination of `react-native-zip-archive`, `expo-file-system` and `expo-sharing` to accomplish this...

Hi @evq, glad to be able to contribute. Thanks for creating utz! We are using utz on our embedded touchscreen device to calculate/display local time based on a user selected...

And now ruff has its own code formatter :)

There is also a `console.log` statement in `onStateChange` https://github.com/dotintent/react-native-ble-plx/blob/2c8c13891ad154aadc803f880f4e5a3af0476b87/src/BleManager.js#L313-L314

Furthermore, making all the instance methods of BleManager arrow functions breaks tests that automock the BleManager class. See the note here: https://jestjs.io/docs/es6-class-mocks#automatic-mock If I manually edit the BleManager.js in my...

I would please request that you change the arrow functions back to methods so that they are on the BleManager prototype, and bump the version to v4. For now I...

@sultanmyrza Were you building and testing your app with the New Architecture enabled?