Skip to content

juanluisgv1/react-native-meetup-tirol

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This project has been created to present the first React(Native) Meetup in Tirol. For the porpuse, this project has been built using CRNA Create React Native App. This boilerplate comes with most of the packages you need to create a fast prototype or production app out of the box.

Table of content

Install

Download the repository and run the following commands:

npm install

It will install all the packages needed to run the project.

npm start

Runs your app in development mode.

Expo

Structure

Navigator

Tips and Tricks

  • If you have a local network the prevents your phone from accessing the address that is printed when running the packager, you can often work around this issue by "tethering" your computer to your phone's internet connection. Some phones call this feature "mobile hotspot." While it's very convenient, if you have a data plan where you pay for data transfer you should be careful when using this feature, especially when installing dependencies from NPM.