Skip to content

Latest commit

 

History

History
21 lines (15 loc) · 545 Bytes

README.md

File metadata and controls

21 lines (15 loc) · 545 Bytes

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.