react-native-form-generator icon indicating copy to clipboard operation
react-native-form-generator copied to clipboard

Generate forms with native look and feel in a breeze

Results 69 react-native-form-generator issues
Sort by recently updated
recently updated
newest added

Hi, it's mostly a heads-up, since you're working on a new version. I had opened this issue (https://github.com/facebook/react-native/issues/9862) on RN, but after isolating the issue, I found out it is...

![simulator screen shot 11 sep 2016 9 29 34 am](https://cloud.githubusercontent.com/assets/16371427/18414333/d4d193cc-7802-11e6-9dfa-266272ebd5b4.png) It maybe related to [Centre text in case where the distance between baselines is larger than the font size (68d483e)](https://github.com/facebook/react-native/commit/68d483e04172c4a0da9e41bb9b1aa526e1e9dadd)...

Good evening, I found some issue in form generator, when I used setValue method system on InputField application is blocked for 10 second(unblocked when value was set)

iOS: ![ios](https://cloud.githubusercontent.com/assets/1404596/17820025/91a6e5a8-65ff-11e6-8461-279a443f9440.png) Android: ![android](https://cloud.githubusercontent.com/assets/1404596/17820029/9587ed48-65ff-11e6-8f5b-256d4f77d4dd.png) `RN 0.30.0 / react-native-form-generator@^0.9.6` The form is pretty much a few simple links: ``` html ``` What am I missing?

I saw that each field type has two different versions. One for ios and one for android (for example InputField.ios.js and InputField.android.js). What is the reason for this? That seems...

Hi! thanks for the lib! One question: I'm using `InputField` and find it not ideal that the `value` of the entered text is stored in the state of the component...

In iOS everything work but on Android the "right Icon" is not on the same line.. Do you know why ? Here's my code : ` } onEndEditing={() => {...

Without building on iOS, I'm going by what I'm seeing in the `README` as how things look there. There is a drastic difference on the Android side. Focusing on the...

@MichaelCereda Have you consider exposing the Field component so that custom fields can be created and integrated seemlessly with the form component?