Giter Club home page Giter Club logo

expo-react-native-starter-theme's Introduction

Expo React Native Starter Theme

Start your Expo project with a free Starter Theme. Sample Screens and Components are included. Expo SDK 36.0.0


GitHub version Dependency Status Stack Share Stack Share2 Build Status GitHub issues GitHub license

This repository will help you to start your fresh new React Native project with Expo using the best practices to accelerate you coding.

* Ready to build with Expo. * NativeBase integration. Best UI Kit for React Native. * Domain-Driven file structure. * Best configurations for VSCode. * Module Resolver for fixing Relative Paths. * Best Linting configurations and complements. * Ready to work with Prettier, Eslint integrations and best practices. * Redux, Redux-thunk and Redux-persist for manage state.

Table of contents

Installation

Clone or download the repository and install the dependencies

# Clone the repository
git clone --depth 1 https://github.com/Systemcheck/Expo-React-Native-Starter-Theme.git expo-starter

# Go to Expo-React-Native-Starter-Theme directory
cd expo-starter

# Install dependecies
npm install

# Start the project with Expo
npm start

Now, open Expo app on your Android or iPhone phone and scan the QR Code or go to the exp url. If you want you can start a device simulator, just follow the instructions in your console.

Configuration

To ensure our work, we use Visual Studio Code and a few addons that will make our work much cleaner and professional.

Visual Studio Code

Just go to Visual Studio Code webpage and download. Follow the installation instruction and that its.

Add-ons

To install the add-ons necessary to work faster and cleaner we must go to the extension icon on the left panel and search all the add-on and installed.

Optionals

File Structure

The repository use the Domain-Driven File Structure.

react-native-expo-starter/
 ├──.expo/                         * configuration for expo
 ├──.vscode/                       * configuration for vscode ide
 │   └──settings.json              * configurations for vscode and path intellisense
 ├──docs/                          * images for the repository (you can delete this folder)
 ├──src/                           * source files
 │   │
 │   ├──app/                       * app configurations
 │   │   ├──reducers.js            * configurations for the reducers
 │   │   └──store.js               * configurations for the store
 │   │
 │   ├──assets/                    * static assets
 │   │   ├──fonts/                 * customs fonts
 │   │   ├──images/                * images
 │   │   └──native-base-theme/     * nativebase theme for custom configurations
 │   │
 │   ├──common/                    * common components
 │   │
 │   ├──components/                * components source
 │   │   ├──dashboard/             * dashboard component
 │   │   ├──loading/               * loading component
 │   │   └──login/                 * login component
 │   │      ├──Login.js            * login container
 │   │      ├──LoginActions.js     * login actions
 │   │      ├──LoginReducers.js    * login reducers
 │   │      └──LoginStyles.js      * login styles
 │   │
 │   └──constants/                 * constants and customs
 │       ├──constants.js           * global constants
 │       └──errors.js              * custom errors messages
 │
 │
 ├──.editorconfig                  * configuration for vscode
 ├──App.js                         * initial configuration for start the project
 ├──app.json                       * configuration por expo
 └──package.json                   * what npm uses to manage its dependencies

Support

Contact me anytime if you need help

License

The MIT License (MIT)

Copyright (c) 2018 Miguel Meza, CIMADent

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.

expo-react-native-starter-theme's People

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.