VansonLeung

Results 25 comments of VansonLeung

use 0.11.0 instead of 1.0.0 implementation 'com.h6ah4i.android.widget.advrecyclerview:advrecyclerview:0.11.0'

There is no need to implement from Library, but by just stating how to request for permission manually inside README.md is already enough.

> @salocinx Thank you a lot! > but still: > ![image](https://user-images.githubusercontent.com/16779359/33622276-152f97f6-d9f6-11e7-9cfa-4d6883c85850.png) me too, stuck here :(

I succeeded in avoiding this issue by adding a 3000ms timeout after 'setup' ``` onClickTerms(clientToken, amount) { var self = this; if (Platform.OS === 'ios') { BTClient.setupWithURLScheme(clientToken, GLOBAL.url_scheme).then(() => {...

> Whats the current status of this fix? The work around does not work for release builds so we need this fix to go in as soon as possible. Many...

I have implemented my security middleware by calling the code above, and my allow/deny rule references is set in Server side too: ``` js doACL = function() { if (Meteor.isServer)...

I have issued a PR #8 about this

After some research, require('Subscribable') should exist in React Native practice