JazielIsai / calculadora

Aplicación Moble - calculadora sencilla

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

calculadora

Aplicación Moble - calculadora sencilla

  1. Configure the ANDROID_SDK_ROOT environment variable
  • Add the following lines to your $HOME/.bash_profile or $HOME/.bashrc (if you are using zsh then ~/.zprofile or ~/.zshrc) config file:

  • export ANDROID_SDK_ROOT=$HOME/Library/Android/Sdk

  • export PATH=$PATH:$ANDROID_SDK_ROOT/emulator

  • export PATH=$PATH:$ANDROID_SDK_ROOT/platform-tool

Running your React Native application

Step 1: Start Metro To start Metro,

run npx react-native start

inside your React Native project folder:

Step 2: Start your application Let Metro Bundler run in its own terminal. Open a new terminal inside your React Native project folder. Run the following:

npx react-native run-android

About

Aplicación Moble - calculadora sencilla


Languages

Language:Java 36.4%Language:TypeScript 21.1%Language:C++ 17.0%Language:Objective-C++ 10.4%Language:Objective-C 5.6%Language:Ruby 3.8%Language:JavaScript 2.5%Language:Starlark 1.4%Language:Shell 1.1%Language:CMake 0.6%