$ git clone https://github.com/hasanal1995/chat-app-reactnative.git
$ cd chat-app-reactnative
$ yarn
$ cd ios && pod install$ yarn android$ yarn iosChatsy is currently extended with the following plugins.
| Plugin | Read more |
|---|---|
| React Native Navigation/Wix | [https://github.com/wix/react-native-navigation] |
| React Native Paper | [https://callstack.github.io/react-native-paper/] |
generate-react-cli (https://github.com/arminbro/generate-react-cli)
it a template engine for Javascript.
create component: npx generate-react-cli component ComponentName
create screen: npx generate-react-cli component ScreenName --type=screen