atom-react-native-style
This Atom package is for helping to write react-native StyleSheet
yomybaby 47,977 9 0.2.0 MIT GitHub

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

auto

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.