Git Product home page Git Product logo

react-native-boilerplate's Introduction

Getting started

1. Clone and Install

# Clone the repo
git clone https://github.com/JFmagicoder/react-native-boilerplate.git

# Navigate to clonned folder and Install dependencies
cd react-native-boilerplate && yarn install

# Install Pods
cd ios && pod install

2. Custom fonts

To use your fonts in this project, you can do these steps below:

  • Add your fonts to assets/fonts
  • Run command: $ react-native link your fonts will be automatic linked to the project.

3. Add your splash screen

  • On iOS: Drag your splash screen images and drop it to $ProjectName/Images.xcassets/SplashScreen
  • On Android: Replace launch_screen in app/src/res/drawable folder with your splash screen images.

4. Rename project

By default, the project name is AwesomeProject. If you want to change the project name, you can run: yarn run rename <newName>.

Atomic Design

Why is Atomic Design

Atomic Design helps to build consistent, solid and reusable design systems

Atoms

Atoms are the smallest possible component, such as typography(h1, h2, h3, body1, body2,...), buttons, icons, inputs,... It must be the smallest functional unit.

Molecules

Molecules are groups of two or more atoms. These combinations of atoms take on their own unique properties, and become more tangible and operational than atoms.

Organisms

Organisms are assemblies of molecules functioning together as a unit. The components begin to have the final shape, but they are still ensured to be independent and reusable in any content.

react-native-boilerplate's People

Contributors

scanifydevo avatar

Watchers

 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.