manshar / manshar-mobile-react-native

[Experimental] A mobile client built with React Native.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Not Production Ready™, use it at your own risk, you have been warned!!

Manshar — iOS Application

A mobile client built with React Native.

The Idea

Reac Native is a new open source project built by Facebook. It lets you build Javascript application that will be compiled to a native one.

React Native enables you to build world-class application experiences on native platforms using a consistent developer experience based on JavaScript and React.

Since we all know Javascript, React Native would be the solution to start building a mobile (iOS) client for Manshar.

Development

Since we are developing for iOS we recommend to have OSX to start with. You should have Xcode, Homebrew and Node.

  • Install watchman brew install --HEAD watchman
  • Install the cli of React Native npm install -g react-native-cli
  • Clone the project
  • Open Manshar.xcodeproj in your Xcode
  • Also, open the project in you favorite editor

Current Status

Currently, we are learning React Native and ES6 (ECMAScript 6), so expect to have zillions of changes (project flow and/or code structure).

We ❤️ learning: open issues, suggeest things, teach us.

See It In Action

See the build in action

License

Simplified BSD. See LICENSE in this directory.

About

[Experimental] A mobile client built with React Native.

License:BSD 2-Clause "Simplified" License


Languages

Language:JavaScript 59.5%Language:Objective-C 40.5%