vanditmehta / proximiio-navigation-demo-react-native

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

proximiio-navigation-demo-react-native

Installation

git clone https://github.com/proximiio/proximiio-navigation-demo-react-native.git
cd proximiio-navigation-demo-react-native
yarn install
cd ios
pod install

Apple M1 Users

Its necessary to run both terminal with "pod install" and the XCode in Rosetta Mode (right click on /Applications/XCode and /Applications/Utilities/Terminal and enable "Open Using Rosettta")

Configuration

Enter Proximi.io Application Token in "src/utils/Constants.tsx"

IOS Specific Configuration

Click RNDemoApp in the Project Browser on the left, then select RnDemoApp under Targets, click "Signing & Capabilities" tab and finish your app signing setup.

Start

Run IOS version using following command:

yarn start ios

Run Android version using following command:

yarn start ios

About


Languages

Language:TypeScript 85.9%Language:Java 5.5%Language:Objective-C 4.1%Language:Ruby 1.8%Language:Starlark 1.7%Language:JavaScript 0.9%Language:Swift 0.1%