James Gillmore
James Gillmore
I'm looking to use this + Redux to replace ExNavigator. I imagine dispatching push actions as in https://github.com/jlyman/RN-NavigationExperimental-Redux-Example and reducers generate the `navigationState` prop. What I don't imagine is the...
I think this component really needs it. You can really tell the difference in its animations vs components that use Animated.
You can click much of the space within the form that isn't an input and it will accidentally hide. That's far from optimal in signups since you will lose potential...
It's occurring at this line: https://github.com/kraffslol/react-native-braintree-xplat/blob/master/ios/RCTBraintree/RCTBraintree.m#L99 Here's the error I'm getting delivered to fabric: ``` Fatal Exception: NSInvalidArgumentException 0 CoreFoundation 0x187e801c0 __exceptionPreprocess 1 libobjc.A.dylib 0x1868b855c objc_exception_throw 2 CoreFoundation 0x187d5f600 -[__NSPlaceholderArray...
If you look at the Braintree paypal docs they use `requestOneTimePayment` for making payments along with a precise amount: https://developers.braintreepayments.com/guides/paypal/checkout-with-paypal/ios/v4 _xplat_ on the other hand just gets the nonce without...
They aren't working for me. Here's an example I copied from the Vue docs: ```js Add Remove {{ item }} export default { data() { return { items: [1,2,3,4,5,6,7,8,9], nextNum:...
it makes zero sense that u would make a replica of the iOS7 switch without the drag feature. come on now. It's totally possible. transforms (i.e. translateX) should have been...
these other spinoffs have progress reporting: https://github.com/aroth/react-native-uploader https://github.com/wootwoot1234/react-native-transfer but yours is the only one with Android support. There's like 4 main packages all based on the original code by @booxood...
I've been very interested in using immutablejs in combination with a complete functional interface. I'm actually shocked to find this. I had searched a bunch and found like 1 or...