elahekarimi / React-Native-Find-Tour

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

React-Native-Find-Tour

This is an example React Native app for the find tours base on location search.

Setup

This project was bootstrapped with Create React Native App.

Table of Contents

Available Scripts

If Yarn was installed when the project was initialized, then dependencies will have been installed via Yarn, and you should probably use it to run these commands as well. Unlike dependency installation, command running syntax is identical for Yarn and NPM at the time of this writing.

npm start

Runs your app in development mode.

Sometimes you may need to reset or clear the React Native packager's cache. To do so, you can pass the --reset-cache flag to the start script:

npm start -- --reset-cache
# or
yarn start -- --reset-cache

npm test

Runs the jest test runner on your tests.

npm run ios

Like npm start, but also attempts to open your app in the iOS Simulator if you're on a Mac and have it installed.

npm run android

Like npm start, but also attempts to open your app on a connected Android device or emulator. Requires an installation of Android build tools (see React Native docs for detailed setup). We also recommend installing Genymotion as your Android emulator. Once you've finished setting up the native build environment, there are two options for making the right copy of adb available to Create React Native App:

API-country

we are using Gisgraphy which an open source API for find locations latitude and longitude.

About


Languages

Language:JavaScript 56.4%Language:Java 22.4%Language:Objective-C 16.3%Language:Ruby 2.7%Language:Starlark 2.2%Language:Shell 0.0%