Skip to content

MacKentoch/reactNativeReduxFastStarter

Repository files navigation

React Native Redux Fast Starter

Sponsor

This React Native starter is my own React Native starter (iOS and android).

It contains all I need or find useful most of the time to start a new mobile application.

preview

Alternative Starter for iOS with combination of tabBar and sidemenu here.

setup and launch

Just follow official website instructions (it is well documented).

I personally prefer running on devices but it is not a prerequisite.

content summary

  • both: REDUX
  • iOS: sidemenu (react-native-side-menu)
  • android: Drawer (android: React Native one is nice enough)
  • both: navigator
  • both: react-native-vector-icons
  • both: more content may be added later

news

license

The MIT License (MIT)

Copyright (c) 2016 Erwan DATIN

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.