Cameron Moss

Results 20 comments of Cameron Moss

Ok, it is hooked up. I'm building out an [alphabetized version](https://github.com/libraryforall/react-native-alphabetlistview) of this where I hope to emulate the Android contacts page so I'm going to add it to the...

@bruce I can show how I handled it in Relay Modern. I'm not sure the client example makes sense outside the context of the elixir code. But I'll see what...

I'm using RelayModern and want to be able to set the params on each login and remove on logout. Can environment be a service (singleton) with a static factory function...

Would love to contribute to this. I'm no python expert, but I have a server I'm working on privately that I've generalized to a [schema](https://gist.github.com/ssomnoremac/ccd5ccc84307a8dc06784c50eb1158c8) and added a [mutation](https://gist.github.com/ssomnoremac/2a679203d0f2d9a93d434464aec6fdee) using...

Great, thanks. I've never used Redis, but I'll give it a shot.

Awesome, thanks. I'm starting to understand the role Redis plays better. I have a few things to attend to this weekend so no rush. It seems like a UI for...

nope, just did.

I tried to preserve the ability to use an object but gave up. What I have [here](https://github.com/libraryforall/react-native-alphabetlistview) is a component that actually requires a field (I need to change that)...

@ajwhite , what do you think if we pass a 5th arg to `getStyles`, `isAnimated`, and pass that from something that determines if the Component is Animated or not. Then...

True, but that's not all too many uncached. Otherwise, we would need an API to identify which style rules are going to be animated and therefore not cached. I had...