react-native-form-generator
react-native-form-generator copied to clipboard
Form label does not show up
Environment:
- React Native 0.36.0
- React Native Form Generator 0.9.9
- iOS
Steps to reproduce:
- Declare a simple form:
import { Form, InputField } from 'react-native-form-generator';
<Form
ref="form"
label="Information"
>
<InputField
ref="num"
label="Number"
keyboardType="number-pad"
/>
</Form>
Expected result:
- Form label "Information" is rendered
- Input field is rendered
- Input field's label "Number" is rendered
Actual result:
- Form label does not show up
having same issue
Are you on android or ios?
On Sun, Jan 8, 2017, 4:04 AM nickrobinson352 [email protected] wrote:
having same issue
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/MichaelCereda/react-native-form-generator/issues/82#issuecomment-271126131, or mute the thread https://github.com/notifications/unsubscribe-auth/AAGjfhu70ykbRDRb4HSFvLivUEkD9ayNks5rQFJFgaJpZM4K3pqO .
-- Michael Cereda http://michaelcereda.com
Bug report is for iOS. Haven't tested on Android. Don't know if the issue is platform-specific.
iOS
Sent from my iPad
On Jan 7, 2017, at 11:14 PM, Sergii Shymko [email protected] wrote:
Bug report is for iOS. Haven't tested on Android. Don't know if the issue is platform-specific.
— You are receiving this because you commented. Reply to this email directly, view it on GitHub, or mute the thread.
There is not label in Android either