Matt Reetz

Results 13 comments of Matt Reetz

https://github.com/jlouis/enacl/pull/63 https://github.com/jlouis/enacl/blob/e02325d99f87bab23e3b4041f34132f40b617abf/rebar.config#L21-L23

An app notification will be triggered when a payment initiated by the app moves to `cleared` status - [ ] A notification will be sent to the payer, something like......

Hi @MichaelBrew . I rebased your PR with the latest changes and pushed it here https://github.com/helium/hotspot-app/tree/scan_antenna_rebased I tested with the QR scanner and JSON format you provided, but it doesn't...

@nrazon @khurramengr @urlAkash see here http://stackoverflow.com/questions/32299947/mobile-vision-api-concatenate-new-detector-object-to-continue-frame-processing/43915078#43915078

I'm currently just poly filling @nomanaliakram321 ```ts declare global { function TextEncoder(): void function TextDecoder(): void } // TextEncoder/TextDecoder polyfills for utf-8 - an implementation of TextEncoder/TextDecoder APIs // Written...

@IljaDaderko It appears to be working well! I will continue to test, but initially everything is looking good.

``` use_react_native!( :path => config[:reactNativePath], :hermes_enabled => podfile_properties['expo.jsEngine'] == 'hermes' )

> @matthewcarlreetz Could you please tell me following > > 1. React native version > 2. Did you enable hermes > 3. Run `react-native info` in your project and post...