Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 557 Bytes

README.md

File metadata and controls

30 lines (21 loc) · 557 Bytes

react-native-examples

Integrating Jawg Maps with React Native

How to build the project

First, make sure to have an emulator or a physical device connected.

Add your access token and custom style in the file ./src/config.js:

# Install all dependencies
npm install
# For iOS only, install pods before start
cd ios && pod install 

Then open 2 terminals and run

# first prompt
npm start
# second prompt
npm run [android|web|ios]

All our examples are located here: src/screen/example