react-native-boilerplate
react-native-boilerplate copied to clipboard
Added two cases for full margin and padding
Remove the repeated code when it need to have space for full cases, for example:
<View style={[Gutters.smallTPadding, Gutters.smallRPadding, Gutters.smallLPadding, Gutters.smallBPadding]} />
to
<View style={Gutters.smallPadding} />
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.