autoresponsive-react-native
autoresponsive-react-native copied to clipboard
Android Installation Issue
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