Michael MacPherson

Results 8 comments of Michael MacPherson

Here's how mine looks ``` Push.Configure({ apn: { certData: Assets.getText('cert-prod.pem'), keyData: Assets.getText('key-prod.pem'), passphrase: '*********', production: true, gateway: 'gateway.push.apple.com', }, gcm: { apiKey: 'apikey', projectNumber: 123456789, }, production: true, sound: true,...

If you ignore the entire module in `.flowconfig` you'll get different warnings. But so far I've had luck with ignoring on the one file, so add this be ignored to...

Struggled with this issue for a while, here's my solution. I used xPositionModifier to place the grid line in the centre of each bar instead of bordering it. ``` const...

I can change the fill on Android, but not iOS I entered the following for my `.svgrrc` file: ``` { "replaceAttrValues": { "#242021": "{props.fill}" } } ``` And it has...

I updated to 0.14.3 and now everything works properly! Thank you so much for the quick fix and response @kristerkari

@Najaf-Rai I have a similar issue, where it would stop working the length of carousel went past 7. `useScrollView` ended up being my fix, but I found another fix Using...

I'm also doing ionic Meteor, and have the same code: -2 error. I have BILLING_KEY set in my mobile config, but unsure if that is working correctly.

Nice, I ended up going with https://github.com/poiuytrez/AndroidInAppBilling