Daniel Weinmann

Results 22 comments of Daniel Weinmann

Hey, @tsmrafee-bs. Can you please paste the contents of your `package.json` so I can see which versions you are using?

Thanks! And how are you rendering it?

If you create the following component and render it instead, does it work? ``` import React, { Component } from 'react' import { View } from 'react-native' import PickerDropDown from...

Weird, it shouldn't since we're using `flex: 1` for the text. Does it show it in the middle even with a selected value?

Great! I'll leave this issue open until I release a new version with: 1. A view surrounding our TouchableOpacity with a little `margin`. 2. `alignSelf: stretch` on our `Text` for...

Great! Let me know if you need any help ;) I didn't implement your whole algorithm, mainly because I didn't understand part of it. For instance, I ignored the `{PATH}`...

@FaridSafi, I haven't followed your improvements since I started working on react-native-stateless-form. But, anyway, I believe the way I implemented was a bit fragile: we would have to change the...

Great! Let me know if you think anything could be implemented differently ;) Right now it is working perfectly both on iOS and Android. But I removed feature 3 since...

@FaridSafi @aksonov I'm using 0.19 and I do experiment the issue ;) Actually, I'm using `scrollEnabled={false}` in all my forms right now, since I don't need it so badly and...