Created
May 6, 2018 12:23
-
-
Save nairihar/64e9ed8a935dee6d2d24bc81a1a93767 to your computer and use it in GitHub Desktop.
RN Style redBox example, medium
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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