Not Production Ready™, use it at your own risk, you have been warned!!
A mobile client built with React Native.
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.
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
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.
Simplified BSD. See LICENSE
in this directory.