Skip to content

React native template to start a project from 0 with navigation using typescript and Expo

Notifications You must be signed in to change notification settings

sebastianbreguel/Expo-React-Native-Template

Repository files navigation


Expo-React-Native-Project

Table of Contents
  1. About The Project
  2. Getting Started
  3. Usage
  4. Tutorials

About The Project

This is a project to build a mobile App, with:

(back to top)

Getting Started

Prerequisites

This is an example of how to list things you need to use the software and how to install them.

You should have done the Installation of Expo

  • Expo Cli
  • Node.js(v16.17.0)
  • Git
  • Watchman
  • VS Code Edito
  • Yarn

Also you shold have at least IOS simulator or Android Emulatorr.

Installation

  1. Clone the repo
    git clone https://github.com/sebastianbreguel/Expo-React-Native-Template.git
  2. Install yarn packages
    yarn install
  3. Run app
    npx expo start
  4. After this you can run on your simulator, web or your own phone:
i -> run on IOS
a -> run on android
w -> run on web

(back to top)

Contributing

  1. Make your own branch:
    git checkout -b 'feat/AmazingFeature'
  2. Commit your Changes(convention)
    git commit -m 'Add some AmazingFeature'
  3. Push to the Branch
    git push origin 'feat/AmazingFeature'
  4. Open a Pull Request Following the Template

(back to top)

Tutorials

For some tutorials, go to this link that have some info

(back to top)

About

React native template to start a project from 0 with navigation using typescript and Expo

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published