Cameron Moss

Results 14 issues of Cameron Moss

Using the pannable example I'm getting this: ``` Transform with key of "translateX" must be a number: {"translateX": {"_children":[],"_value":0,"_startingValue":0,"_offset":0,"_animation":null,"_listeners": {}} } ```

Is `onCellSelect` hooked up? If so how is it used? How do you bind the instance of what is selected and shouldn't the cell be a touchable component?

Currently glamorRules like this one aren't cached: ``` const Row = glamorous.view( { flexDirection: "row" }, (props) => ({ justifyContent: props.centered ? "center" : "flex-start" }), } ... ``` It...

enhancement

Hi, thanks for this project. I'm exploring Exilir and saw the demo of this at Empex so I kinda knew how to set this up -- but for others that...

I don't know if it's because this is such an early-stage RN project, but the animation on Android is bad and in general, there seems to be no direction for...

As of [email protected] you have to [change the way you import React ](https://github.com/facebook/react-native/releases/tag/v0.26.0). My changes are [here](https://github.com/ssomnoremac/ReactNativeDropdownAndroid/commit/c2620927cef1620b04fcf1ba8d12921ac9ffe73b) Can someone check for backwards compatibility before I sumbit PR?

I'm using Redux so I prefer not to set a state variable to hold the selected value. Can a method be added to get the current value of the dropdown...

Please correct me if I'm missing something but based on the example I need to format my data source to be keyed on the first letter of the word and...

I have a [use-case](https://github.com/InfiniteLibrary/infinite-reader/issues/20) for using React in RN to control the webview DOM to render ebooks. Would like to see this project continued. @wlindner, does my use-case interest you?...

I have a query like so which I'm passing an array of ids and a string Repo.all( from p in Punchcard, join: sm in assoc(p, :sm), join: application in assoc(p,...

bug