Skip to content

ojeffpinheiro01/basic-react-native

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Basic structure of a react native project

Overview   |    Preview   |    Technology   |    Layout   |    To Do   |    Running the project   |    How to contribute   |    Reach me   |    Connect with me

📖 Overview

This project aims to create a template that can be used when creating projects using React Native, since the process of installing and configuring libs at the beginning of a project can generate some complexity and often even errors that delay the process , thus hindering the development flow.


👀 Preview

💻 Desktop

📱 Mobile


🚀 Technology

Este projeto foi desenvolvido com as seguintes tecnologias:

Frontend Web
Frontend Mobile
Backend

🎨 Layout

💻 Desktop

📱 Mobile


📝 To Do

  • Tarefa 01
  • Tarefa 02

🔥 Running the project

Precondition

You should have:

  • NodeJS
  • Package manager (NPM ou Yarn)
## Clone this repository :floppy_disk:
$ git clone https://github.com/ojeffoinheiro/basic-react-native.git

## Access the project folder at the command prompt
$ cd basic-react-native

## Install the dependencies
yarn install

## Run 
### Run the application (iOS)
$ react-native run-ios --simulator="iPhone XS Max"

### Run the application (Android)
$ react-native run-android

⚙️ How to contribute

- Fork this repository;
- Create a branch with your feature: `git checkout -b my-feature`;
- Commit your changes: `git commit -m 'feat: My new feature'`;
- Push to your branch: `git push origin my-feature`.

📫 Reach me

Linkedin Badge Gmail Badge


Connect with me

ojeffoinheiro maykbrito maykbrito maykbrito maykbrito


This project was developed with ❤️ by @Jéferson Pinheiro
If it helped you, give it ⭐, it will help me too 😉

About

layout básico de um projeto em react native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published