Klimi's new dotfiles with stow.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

10 lines
220 B

# -*- mode: snippet -*-
# uuid: 0b1a0e2b-5577-4a15-bbbb-d573376c8587
# contributor: Jimmy Yuen Ho Wong <wyuenho@gmail.com>
# name: reactNativeStyles
# key: rnstyle
# --
const styles = StyleSheet.create({
${1:style}
})