This package provides the following services:
atom-react-native-style
This Atom package is for helping to write react-native StyleSheet
apm install atom-react-native-style
Features
- completion for key/value of style
Settings
- StyleSheet create function name
- If you use diffrent stylesheet create function, change this option
StyleSheet.create
is default.
TODO
- hyperclick provider for move to style definition
- If not exists, generate one.