autoresponsive-react-native icon indicating copy to clipboard operation
autoresponsive-react-native copied to clipboard

Android Installation Issue

Open hanschan07 opened this issue 6 years ago • 0 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

hanschan07 avatar May 08 '18 12:05 hanschan07