hevertoncastro / qa-test

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to run the project

Setup your environment following the official documentation.

Use Yarn or change the commands below accordingly if you prefer to use NPM.

Packages and Libraries

Access the root directory and run the following command:

yarn install

Check if there is a device or emulator connected using adb command:

adb devices

React Native Command Line Interface

React Native has a built-in command-line interface. Rather than install and manage a specific version of the CLI globally, we recommend you access the current version at runtime using npx, which ships with Node.js. With npx react-native , the current stable version of the CLI will be downloaded and executed at the time the command is run.

Running the application on Android

npx react-native run-android

Running the application on iOS

npx react-native run-ios

For further information, please access React Native's documentation page.

If you can't get this to work, see the Troubleshooting page.

About


Languages

Language:Java 42.4%Language:C++ 16.7%Language:JavaScript 15.3%Language:Objective-C++ 10.7%Language:Objective-C 5.7%Language:Makefile 3.6%Language:Ruby 3.0%Language:Starlark 1.4%Language:Shell 1.2%