Code Monkey home page Code Monkey logo

reactor's Introduction

Deprecated

This repository is no longer updated, please see https://github.com/Jerameel/Catalyst for an improved template using React's Context API.

Reactor

A dynamic react-native template using redux and react-navigation.

Alt Text

Features

  • Conditional screen rendering with redux and react-navigation
  • redux-logger enabled
  • Implementation of custom drawer navigation
  • Dynamic login and register screen
  • Modern mix of flat and material design
  • Saving session state with AsyncStorage
  • Fully customizable components and styles

Building Demo

  1. Initialize node modules with yarn install.
  2. Create an instance of react-native packager by react-native start.
  3. Make sure a device is connected.

    Android

  4. Execute react-native run-android for android.

    iOS

  5. react-native run-ios for iOS.

Creating a New Project

  1. Initialize a new project.
react-native init [project-name]
  1. Add essential packages.
yarn add react-navigation react-redux redux redux-thunk redux-logger react-native-vector-icons
  1. Link libraries to native code.
react-native link
  1. Copy the src folder inside the new project folder.
  2. Register the component by modifying the index.js inside the new project folder and directly import App from src/index.js instead of App.js.
  3. Delete the old App.js file.
  4. Start the packager.
react-native start
  1. Build and run the application
#Android
react-native run-android

#iOS
react-native run-ios

Contribute

Feel free to contribute to the development of this template. Please take note of the coding standard used in this project. You can request for a feature in the "Issues" section of the repository.

License

Copyright 2017 Jerameel M. Delos Reyes

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.

reactor's People

Contributors

jerameel avatar

Watchers

James Cloos avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.