Skip to content

Instantly share code, notes, and snippets.

@nairihar
Created May 6, 2018 12:23
Show Gist options
  • Save nairihar/64e9ed8a935dee6d2d24bc81a1a93767 to your computer and use it in GitHub Desktop.
Save nairihar/64e9ed8a935dee6d2d24bc81a1a93767 to your computer and use it in GitHub Desktop.
RN Style redBox example, medium
import { StyleSheet } from 'react-native';
StyleSheet.create({
redBox: {
width: 25,
height: 25,
backgroundColor: 'red',
}
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment