import {AppRegistry, Text, View, Button, StyleSheet} from \'react-native\';
This my
I had an issue with margin and padding with a Button. I added Button inside a View component and apply your properties to the View.
Button
View
{ Alert.alert('You tapped the Decrypt button!'); }} />