Rocket.Chat mobile clients
Go to file
Guilherme Gazzo 302df46d69
Sync develop on master (#275)
* Create LICENSE
2018-04-21 16:10:44 -03:00
.circleci Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
.expo Add room search (#16) 2017-08-10 13:16:32 -03:00
.github Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
__mocks__ Fix travis 2017-08-23 11:38:05 -03:00
__tests__ Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
android Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
app Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
icons/20x20 Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
ios Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
resources/fonts Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
scripts Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
static/images Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
storybook Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
.babelrc Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
.bettercodehub.yml Add bettercode (#30) 2017-08-18 14:02:12 -03:00
.buckconfig Initial commit 2017-08-03 15:23:43 -03:00
.eslintignore Code Coverage (#26) 2017-08-18 12:50:48 -03:00
.eslintrc.js Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
.flowconfig Initial commit 2017-08-03 15:23:43 -03:00
.gitattributes Initial commit 2017-08-03 15:23:43 -03:00
.gitignore Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
.snyk Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
.travis.yml Add master branch to travis.yml 2017-08-23 11:44:43 -03:00
.watchmanconfig Initial commit 2017-08-03 15:23:43 -03:00
LICENSE Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
Logo.png Ci (#25) 2017-08-18 11:50:20 -03:00
README.md Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
app.json Initial commit 2017-08-03 15:23:43 -03:00
index.android.js Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
index.ios.js Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
jsconfig.json Init Redux usage 2017-08-12 22:35:09 -03:00
key.keystore.enc Ci (#25) 2017-08-18 11:50:20 -03:00
package.json Sync develop on master (#275) 2018-04-21 16:10:44 -03:00
yarn.lock Sync develop on master (#275) 2018-04-21 16:10:44 -03:00

README.md

Rocket.Chat React Native Mobile

Greenkeeper badge

Build Status Project Dependencies Codacy Badge codecov CodeFactor Known Vulnerabilities BCH compliance

Supported Server Versions: 0.58.0+ (We are working to support earlier versions)

Installing dependencies

Follow the React Native Getting Started Guide for detailed instructions on setting up your local machine for development.

How to run

  • Clone repository and install dependencies:

    $ git clone git@github.com:RocketChat/Rocket.Chat.ReactNative.git
    $ cd Rocket.Chat.ReactNative
    $ npm install -g react-native-cli
    $ yarn
    
  • Configuration

    $ yarn fabric-ios --key="YOUR_API_KEY" --secret="YOUR_API_SECRET"
    $ yarn fabric-android --key="YOUR_API_KEY" --secret="YOUR_API_SECRET"
    
  • Run application

    $ yarn ios
    
    $ yarn android
    

Storybook

  • General requirements

    • Install storybook
      $ npm i -g @storybook/cli
      
  • Running storybook

    • Run storybook application
      $ npm run storybook
      
    • Run application in other shell
      $ react-native run-ios
      
    • Running storybook on browser to help stories navigation
      open http://localhost:7007/