-
Notifications
You must be signed in to change notification settings - Fork 105
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Android form looks broken (iOS works) #52
Comments
Yes that's actually the theme for ios.. Can you post your code? Thanks On Fri, Aug 19, 2016, 2:27 PM Ivan Akimov [email protected] wrote:
|
Thanks for the quick reply. Here's the edited version: ...
const styles = StyleSheet.create({
form: {
backgroundColor: '#faf9f7',
flex: 1
},
container: {
borderBottomColor: '#ddd'
}
});
...
return (
<View style={styles.form}>
<Form>
<Separator label="Support" containerStyle={styles.container} />
<LinkField label="Send Feedback" onPress={...} containerStyle={styles.container} />
<Separator label="Legal" containerStyle={styles.container} />
<LinkField label="Terms of Service" onPress={...} containerStyle={styles.container} />
<LinkField label="Privacy Policy" onPress={...} containerStyle={styles.container} />
</Form>
</View>
);
... |
I'm going to run some tests later today. |
Yeah, I'm struggling with this library on Android. Could use more style options in the mean time. For example SwitchField labels are not centered as the first comment shows. |
I'm about to release final fix on android. On Fri, Aug 26, 2016, 2:11 PM Cameron Moss [email protected] wrote:
|
great, yeah, I'm just noticing the props on Switch for styles. That should get me what I need. |
Yes there are a lot of style props.. Check also the example. On Fri, Aug 26, 2016, 3:01 PM Cameron Moss [email protected] wrote:
|
@MichaelCereda any updates on this? |
I'm working on it today.. I'll text here soon. On Wed, Aug 31, 2016, 2:47 PM Ivan Akimov [email protected] wrote:
|
iOS:
Android:
RN 0.30.0 / react-native-form-generator@^0.9.6
The form is pretty much a few simple links:
What am I missing?
The text was updated successfully, but these errors were encountered: