8000 GitHub - Katy310/zulip-mobile: Zulip mobile app using React Native
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Katy310/zulip-mobile

 
 

Repository files navigation

Zulip Mobile

Under active development. First usable version coming soon

Build Status

Zulip Mobile is a new, cross-platform mobile Zulip client written in JavaScript with React Native.

We target iOS initially, with Android version following shortly.

Why React Native?

  • Support iOS and Android with one codebase
  • Familiar web programming model (React + Javascript + Flexbox)
  • Cross-platform, 90% code-reuse between iOS and Android platforms

Running

Run iOS:

  • npm run ios-min - runs in an iOS simulator in the minimal supported device (currently iPhone 5)

  • npm run ios-max - runs in an iOS simulator in the newest/most premium supported device (currently iPhone 7 Plus)

  • npm run ios-device - runs on a physical iOS device, you need to edit the device name in package.json

Run Android:

  • react-native run-android - runs in an Android emulator, emulator has to be run manually before this command

Contributing

Please see the developer guide.

License

Copyright (c) 2016 Dropbox, Inc.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

The software includes some works released by third parties under other free and open source licenses. Those works are redistributed under the license terms under which the works were received.

About

Zulip mobile app using React Native

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.2%
  • Objective-C 1.7%
  • Other 1.1%
0