Thanks to visit codestin.com
Credit goes to github.com

Skip to content

gongfuPanada/zulip-mobile

 
 

Repository files navigation

Zulip Mobile

NOTE: VERY EARLY PROOF OF CONCEPT (NOT USABLE)

Zulip Mobile is a new, experimental mobile client written in Javascript with React Native. The current goal is to assess whether React Native makes sense as a long-term direction for the mobile apps.

It will initially target iOS only (although most of the code will be cross-platform).

Why React Native?

Pros:

  • Support iOS and Android with one codebase
  • Familar web programming model (React + Javascript + Flexbox)

Cons:

  • Potential performance issues
  • Greater technical risk (new ecosystem, not as battle-tested as native code)

Development

Please see the developer guide.

About

Experimental Zulip mobile app using React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 76.1%
  • Objective-C 19.9%
  • Java 4.0%