Skip to content

Instantly share code, notes, and snippets.

@dk0r
Created September 15, 2017 19:24
Show Gist options
  • Save dk0r/566a351c691a16731079e2ae514b3774 to your computer and use it in GitHub Desktop.
Save dk0r/566a351c691a16731079e2ae514b3774 to your computer and use it in GitHub Desktop.
import {StyleSheet} from 'react-native'
const styles = StyleSheet.create({
rowContainer: {
flexDirection: this.props.reverseRow ? 'row-reverse' : 'row,
}
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment