Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 525 Bytes

README.md

File metadata and controls

19 lines (13 loc) · 525 Bytes

WebPanda application

This is "WebPanda" application. Based on React Native

Requirements

  1. We need Node.js to install and run scripts.
  2. Android Studio
  3. XCode

Install and run

Run next commands in your terminal:

Command Description
npm install Install dependencies and launch browser with examples.
react-native run-ios or react-native run-android Launch device to show app.
Press Ctrl + c to kill proxy native process.
=======