Skip to content

alismael/blog-app-mobile

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

35 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

blog-app-mobile

mobile app using React-native with typescript for blog-app-api.

Preparing the development environment

Preparing API

You may need to follow instructions in blog-app-api repository.

Starting development server

Install packages

cd /root-folder/
npm install

Gulp watch

cd /root-folder/
gulp

Start a development server, and print a QR code in your terminal

cd /root-folder/
npm start

Running App with Expo

Install the Expo client app on your iOS or Android phone and connect to the same wireless network as your computer. Using the Expo app, scan the QR code from your terminal to open your project.

Running App on a simulator or virtual device

Instead of using npm start command, you can specify a virtual device npm start -avd { DEVICE_NAME like 'Nexus_5_API_25' }

Screenshots

Home


Drawer

About

A mobile app using React Native

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published