React-Native autocompletion for Atom text editor! Only supports the suffix for .js
and .jsx
files.
Forked from https://github.com/TOP-Chao/atom-react-native-autocomplete
- autocomplete working without typing the opening bracket
- opening and closing tag are now displayed on the same line instead for displayed on 2 lines
- cursor position is set between the opening and closing tag instead of between the opening tag name and the closing bracket of the opening tag
Using apm
:
You can download the package, unzip or decompress, go to that folder and run: apm link
that will create a symbolic link from that package to your ~/.atom/packages folder.