VansonLeung
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: >  me too, stuck here :(
Does translateX support Android too now?
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