booboothefool

Results 9 comments of booboothefool

@danling Am wondering the same thing. I just get a blank response. Did you figure it out?

Thanks @superandrew213. That did the trick for my grid.

The obvious thing you're missing is that you're using the iOS props, however Android uses different ones. iOS ``` blurType="light" blurAmount={5} ``` Android ``` blurRadius={15} downsampleFactor={5} overlayColor={'rgba(255, 255, 255, .25)'}...

+1 this would be great because I realize when my users submit feedback, they don't like to include their email, so I have no way of responding to them...

@sunnylqm Thanks! ``` const storage = new Storage({ // maximum capacity, default 1000 size: 1000, // Use AsyncStorage for RN apps, or window.localStorage for web apps. // If storageBackend is...

Okay, so what is going on here exactly? (I looped through `latest_receipt_info` and mapped the relevant stuff out.) ![screen shot 2017-04-19 at 1 34 45 pm](https://cloud.githubusercontent.com/assets/13257645/25193486/4bc1b796-2505-11e7-8fe6-d17189dd5fa1.png) @sibelius In your example...

Hey, just wanted to say this is a great idea. I think the iPhone delete UX is a lot better and more familiar to people than the toggle delete mode...