Skip to content

Instantly share code, notes, and snippets.

@agustito37
Last active October 26, 2020 21:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save agustito37/2759b5e981d2810ceb77bdfd36a1851a to your computer and use it in GitHub Desktop.
Save agustito37/2759b5e981d2810ceb77bdfd36a1851a to your computer and use it in GitHub Desktop.
import { Styles } from 'react-native-use-styles';
export default Styles({
computed: {
disabled: ([isDisabled]) => ({ color: isDisabled ? '$grey' : '$black' })
},
content: '.container pd:horizontal:10',
contentText: { fontSize: 16 }
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment