Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 394 Bytes

File metadata and controls

22 lines (17 loc) · 394 Bytes

Genius Scan SDK for React Native demo

Installation

If you don't have it already, install react native CLI

npm install -g react-native-cli

And then, from the demo folder:

Install project dependencies

npm install

For iOS, run the command pod install from the ios folder.

Run the app in a simulator or on a phone

react-native run-ios
react-native run-android