Skip to content
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

Content of Accordion not always unfold in iOS #58

Open
AlexanderBaer opened this issue May 3, 2018 · 1 comment
Open

Content of Accordion not always unfold in iOS #58

AlexanderBaer opened this issue May 3, 2018 · 1 comment

Comments

@AlexanderBaer
Copy link

whatsapp video 2018-05-03 at 16 04 54

When i click on my header the first time, it shows my complete content, but when i get back and open it again, it shows nearly nothing of my content.

@AlexanderBaer
Copy link
Author

AlexanderBaer commented May 3, 2018

const aboutContent = (
            <View style={styles.accordionContentContainer}>
                <Text style={styles.creatorsTitle}>
                    Developed by
                </Text>
                <Text>{impressum['developers']}</Text>
            </View>
        );
const about = (
            <Accordion
                header={aboutHeader}
                content={aboutContent}
            />
        );

Styling:

accordionContentContainer: {
        marginHorizontal    : '5%',
        marginBottom        : '2%'
},

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant