- Create README for the main repository and example app - Implement example app with MapView and Marker components - Add package.json for example app with necessary scripts and dependencies - Create Map SDK package with TypeScript wrapper around react-native-maps - Define TypeScript configuration for the SDK
603 B
603 B
Example App
This example demonstrates usage of @lynkedup/map-sdk.
Setup:
- From repo root run
npm run bootstrapto install workspace packages. - From
examplerunnpm installto install native deps. - iOS: run
npx pod-install iosand add your Google Maps API key if you use Google provider. - Android: ensure Google Play services and API keys are set in
AndroidManifest.xmlif using Google maps.
Run:
npm run iosornpm run androidfromexamplefolder.
See react-native-maps docs for platform-specific instructions: https://github.com/react-native-maps/react-native-maps