javascript - How to format code of react native in atom -
i working on react-native app. using atom text editor development of react-native apps. i did not find shortcut format react-native code in atom. tried beautify package https://atom.io/packages/atom-beautify not working. import react, { component } 'react'; import { appregistry, image, view, text, button, stylesheet } 'react-native'; class splashscreen extends component { render() { return ( < view style = { styles.container } > < image source = { require('./img/talk_people.png') } style = { { width: 300, height: 300 } } /> < text style = { { fontsize: 22, textalign: 'center', margintop: 30 ...