xudafeng / autoresponsive-react-native

Auto Responsive Layout Library For React

Home Page:https://xudafeng.github.io/autoresponsive-react/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Android Installation Issue

hanschan07 opened this issue · comments

Hi,

I installed this package and I used it. So it works well on the iOS. But it doesn't show the view in the Android.

<ScrollView style={[styles.container]}> <AutoResponsive {...this.getAutoResponsiveProps()}> {this.renderChildren()} </AutoResponsive> </ScrollView>

Please explain what I should do for Android.

Thanks