Thomas Cermak

Results 39 comments of Thomas Cermak

Flex doesn't seem to work. I'm using alignSelf:'stretch' for width for now. I'm not sure what has been done to the textinput but there's no way of applying flex properly...

@tatai Any chance you'd be able to share the code here? I'm trying to get this going as well but to no avail.

The solution here posted by @taboulot only works for the default native ios or android picker libraries. If you use the cameraroll library then it adds ph:// in front of...

I believe I had this incorrectly defined in a screen that was being called periodically.

It's happening again with the above code. Additional notes, I'm running RN 0.57 and Mobx 5.9.0.

Any help would be much appreciated. It appears as if some sort of race condition is impacting whether we can get a defined value. This is also impacting dynamic layouts...

This works ``` { this._carousel = c; }} data={this.props.MainStore.nextChallenges} keyExtractor={(item) => item._id} renderItem={this.challengeComponentRenderer} sliderWidth={screen.width} itemHeight={screen.height - 175} itemWidth={screen.width - 62} //// These lines below are the trick enableMomentum={true} enableSnap={false} snapToInterval={screen.width...

I'll try to illustrate my suggestions: - Shift the admin menu to sit above the page layout. This reduces conflict with most designs and ensures high visibility. It also allows...

![screen shot 2014-05-19 at 9 59 27 pm](https://cloud.githubusercontent.com/assets/690883/3022388/f56ea406-dfc7-11e3-97e5-6a240fdd13f2.png) ![screen shot 2014-05-19 at 9 58 06 pm](https://cloud.githubusercontent.com/assets/690883/3022389/f56fc2aa-dfc7-11e3-8a31-5f5bac5265f3.png) ![screen shot 2014-05-19 at 9 59 11 pm](https://cloud.githubusercontent.com/assets/690883/3022390/f578268e-dfc7-11e3-89ac-85e6764bcdc6.png)