GithubHelp home page GithubHelp logo

dangerousplay / demo-mobile-react-navigation Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 0.0 1.2 MB

A very simple react native application with tabs

License: MIT License

JavaScript 42.80% Shell 0.50% TypeScript 56.70%

demo-mobile-react-navigation's Introduction

Boilerplate and Starter for React Native, Expo, NativeWind and TypeScript Twitter

React Native Starter Template

๐Ÿš€ Boilerplate and Starter for React Native, Expo, NativeWind and TypeScript โšก๏ธ Made with developer experience first: React Native, Expo, TypeScript, ESLint, Prettier, Husky, Lint-Staged, Jest, Detox, VSCode, NativeWind.

Features

Developer experience first:

  • โšก Expo for mobile development
  • โš›๏ธ React Native for building native apps using React
  • ๐Ÿ”ฅ Type checking TypeScript
  • ๐Ÿ’Ž Integrate with NativeWind, Tailwind CSS for React Native
  • ๐Ÿ“ File-based routing with Expo Router
  • ๐Ÿ“ Linter with ESLint
  • ๐Ÿ’– Code Formatter with Prettier
  • ๐ŸฆŠ Husky for Git Hooks
  • ๐Ÿšซ Lint-staged for running linters on Git staged files
  • ๐Ÿฆบ Unit Testing with Jest and React Testing Library
  • ๐Ÿงช E2E Testing with Detox
  • ๐Ÿ’ก Absolute Imports using @ prefix
  • ๐Ÿ—‚ VSCode configuration: Settings, Tasks and extension for PostCSS, ESLint, Prettier, TypeScript, Jest

Nextless.js SaaS Boilerplate

Build your SaaS product faster with React SaaS Boilerplate.

React SaaS Boilerplate Next.js

Requirements

Getting started

Run the following command on your local environment:

git clone --depth=1 https://github.com/ixartz/React-Native-Boilerplate.git my-project-name
cd my-project-name
npm install

Then, you can run locally in development mode with live reload:

npm run dev:ios
# Or
npm run dev:android

This will open the app in the iOS simulator or Android emulator.

Testing

Testing is an important part of the development process and often the neglected one. This starter code comes up with Jest and React Testing Library for unit testing and Detox for E2E testing.

Unit Testing

To run the unit tests, run the following command:

npm run test

E2E Testing

To run the E2E tests, you first need to run the following command:

npm run e2e:prepare # Only need to run once

Then, you can run the following command to run the E2E tests:

npm run e2e:ios
# Or
npm run e2e:android

VSCode information (optional)

If you are VSCode users, you can have a better integration with VSCode by installing the suggested extension in .vscode/extension.json. The starter code comes up with Settings for a seamless integration with VSCode. The Debug configuration is also provided for frontend and backend debugging experience.

With the plugins installed on your VSCode, ESLint and Prettier can automatically fix the code and show you the errors. Same goes for testing, you can install VSCode Jest extension to automatically run your tests and it also show the code coverage in context.

Pro tips: if you need a project wide type checking with TypeScript, you can run a build with Cmd + Shift + B on Mac.

Contributions

Everyone is welcome to contribute to this project. Feel free to open an issue if you have question or found a bug. Totally open to any suggestions and improvements.

License

Licensed under the MIT License, Copyright ยฉ 2023

See LICENSE for more information.


Made with โ™ฅ by CreativeDesignsGuru Twitter

React SaaS Boilerplate

demo-mobile-react-navigation's People

Contributors

ixartz avatar fahmiauliarahman avatar

Watchers

Davi Henrique 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.