All Projects → thecodingmachine → React Native Boilerplate

thecodingmachine / React Native Boilerplate

Licence: mit
A React Native template for building solid applications 🐙, using JavaScript 💛 or Typescript 💙 (you choose).

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
Starlark
911 projects
ruby
36898 projects - #4 most used programming language

Projects that are alternatives of or similar to React Native Boilerplate

react-native-boilerplate
React Native Boilerplate - React Native Starter Kits : react-navigation and its dependencies, redux, redux persist and redux thunk, redux toolkit, react native vector icons, react-native async storage
Stars: ✭ 68 (-97.45%)
Mutual labels:  react-native-boilerplate, redux-toolkit
Xcfit
Full Stack Protocol Oriented BDD in Xcode for iOS app with Swift using XCUITest, Cucumberish and FitNesse
Stars: ✭ 170 (-93.63%)
Mutual labels:  fastlane
Python Clean Architecture
A Python toolkit for applications driven by The Clean Architecture
Stars: ✭ 159 (-94.04%)
Mutual labels:  architecture
Mmlpx
🐘 mobx model layer paradigm
Stars: ✭ 164 (-93.86%)
Mutual labels:  architecture
Yarch
YARCH iOS Architecture
Stars: ✭ 161 (-93.97%)
Mutual labels:  architecture
C4 Builder
This is a documentation builder. You feed it .md and .puml and it exports a site, pdf, or a markdown with navigation.
Stars: ✭ 164 (-93.86%)
Mutual labels:  architecture
Mvvmarchitecture
MVVM 框架,采用 Kotlin+Jetpack,可自由配置功能,欢迎 star,fork,issue
Stars: ✭ 159 (-94.04%)
Mutual labels:  architecture
Awesome Design Patterns
A curated list of software and architecture related design patterns.
Stars: ✭ 15,579 (+483.7%)
Mutual labels:  architecture
The Rest Architectural Style
An article on the REST architecture style.
Stars: ✭ 168 (-93.71%)
Mutual labels:  architecture
Clean Architecture Swiftui
SwiftUI sample app using Clean Architecture. Examples of working with CoreData persistence, networking, dependency injection, unit testing, and more.
Stars: ✭ 2,925 (+9.59%)
Mutual labels:  architecture
Biking2
This is the source code of http://biking.michael-simons.eu
Stars: ✭ 162 (-93.93%)
Mutual labels:  architecture
Aim42
public repository for the "architecture improvement method reference"
Stars: ✭ 161 (-93.97%)
Mutual labels:  architecture
Remvvm
ReMVVM is an application architecture concept, marriage of Unidirectional Data Flow (Redux) with MVVM.
Stars: ✭ 168 (-93.71%)
Mutual labels:  architecture
Upcomingmovies
Movies app written in Swift 5 using the TMDb API and demonstrating Clean Architecture, Dependency Injection, MVVM and Coordinators.
Stars: ✭ 160 (-94.01%)
Mutual labels:  fastlane
Swifthub
GitHub iOS client in RxSwift and MVVM-C clean architecture
Stars: ✭ 2,330 (-12.7%)
Mutual labels:  fastlane
Coordinator Example
An example of the Coordinator pattern
Stars: ✭ 160 (-94.01%)
Mutual labels:  architecture
Quickdevframework
An android development library based on android basic architecture
Stars: ✭ 162 (-93.93%)
Mutual labels:  architecture
Bow Arch
🏛 Functional Architecture in Swift using Bow
Stars: ✭ 166 (-93.78%)
Mutual labels:  architecture
Local Db Cache Retrofit Rest Api Mvvm
App that interacts with a REST API using Retrofit. There is a local db cache and architecture is MVVM
Stars: ✭ 171 (-93.59%)
Mutual labels:  architecture
Architecture.taobao Alibaba
互联网公司架构: 淘宝技术架构,阿里巴巴技术架构
Stars: ✭ 2,130 (-20.19%)
Mutual labels:  architecture
Logo

React Native Boilerplate License React Native Boilerplate Version React Native Boilerplate Release Date React Native Boilerplate Download React Native Boilerplate Stars React Native Boilerplate Top Language React Native Boilerplate TypeScript CI

TheCodingMachine React Native boilerplate

This project is a React Native boilerplate that can be used to kickstart a mobile application.

The boilerplate provides an optimized architecture for building solid cross-platform mobile applications through separation of concerns between the UI and business logic. It is fully documented so that each piece of code that lands in your application can be understood and used.

If you love this boilerplate, give us a star, you will be a ray of sunshine in our lives :)

Requirements

Node 10 or greater is required. Development for iOS requires a Mac and Xcode 9.4 or up, and will target iOS 9 and up.

You also need to install the dependencies required by React Native.
Go to the React Native environment setup, then select React Native CLI Quickstart tab.
Follow instructions for your given development OS and target OS.

Quick start

To create a new project using the boilerplate simply run :

npx react-native init MyApp --template @thecodingmachine/react-native-boilerplate

Assuming you have all the requirements installed, you can run the project by running:

  • yarn start to start the metro bundler, in a dedicated terminal
  • yarn <platform> to run the platform application (remember to start a simulator or connect a device)

Digging Deeper

To learn more about this boilerplate, go to full documentation

License

This project is released under the MIT License.

About us

TheCodingMachine is a web and mobile agency based in Paris and Lyon, France. We are constantly looking for new developers and team leaders and we love working with freelancers. You'll find an overview of all our open source projects on our website and on Github.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].