Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 7 additions & 23 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@
<a href="https://play.google.com/store/apps/details?id=chat.rocket.reactnative">
<img alt="Download on Google Play" src="https://play.google.com/intl/en_us/badges/images/badge_new.png" height=43>
</a>
<a href="https://itunes.apple.com/us/app/rocket-chat-experimental/id1272915472">
<img alt="Download on App Store" src="https://user-images.githubusercontent.com/7317008/43209852-4ca39622-904b-11e8-8ce1-cdc3aee76ae9.png" height=43>
</a>

## Beta Access

Expand All @@ -32,7 +29,7 @@
You can signup to our TestFlight builds by accessing these links:

- Official: https://testflight.apple.com/join/3gcYeoMr
- Experimental: https://testflight.apple.com/join/7I3dLCNT.
- Experimental: https://testflight.apple.com/join/7I3dLCNT

### Google Play beta

Expand Down Expand Up @@ -67,20 +64,19 @@ Follow the [React Native Getting Started Guide](https://facebook.github.io/react
$ npx react-native run-android
```

### Whitelabel
## Whitelabel
Follow our docs: https://docs.rocket.chat/guides/developer/mobile-apps/whitelabeling-mobile-apps

## Current priorities
1) Omnichannel support
2) E2E encryption
1) E2E encryption

## Features
| Feature | Status |
|--------------------------------------------------------------- |-------- |
| Jitsi Integration | ✅ |
| Federation (Directory) | ✅ |
| Discussions | ✅ |
| Omnichannel | |
| Omnichannel | |
| Threads | ✅ |
| Record Audio | ✅ |
| Record Video | ✅ |
Expand All @@ -106,7 +102,7 @@ Follow our docs: https://docs.rocket.chat/guides/developer/mobile-apps/whitelabe
| Admin panel | ✅ |
| Reply message from notification | ✅ |
| Unread counter banner on message list | ✅ |
| E2E Encryption | |
| E2E Encryption | |
| Join a Protected Room | ❌ |
| Optional Analytics | ✅ |
| Settings -> About us | ❌ |
Expand Down Expand Up @@ -203,20 +199,8 @@ Follow our docs: https://docs.rocket.chat/guides/developer/mobile-apps/whitelabe
| Attachment List | ✅ |
| Join a Room | ✅ |

## Detox (end-to-end tests)
- Build your app

```bash
$ npx detox build --configuration ios.sim.release
```

- Run tests

```bash
$ npx detox test ./e2e/tests/onboarding --configuration ios.sim.release
$ npx detox test ./e2e/tests/room --configuration ios.sim.release
$ npx detox test ./e2e/tests/assorted --configuration ios.sim.release
```
## E2E Testing
Follow our docs: https://github.com/RocketChat/Rocket.Chat.ReactNative/tree/develop/e2e#e2e-testing

## Storybook
- Open index.js
Expand Down
2 changes: 1 addition & 1 deletion e2e/README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# e2e Testing
# E2E Testing

## Contents

Expand Down