# Map SDK Monorepo This repository contains a TypeScript wrapper package (`@lynkedup/map-sdk`) that builds on `react-native-maps`, plus an `example` React Native app demonstrating usage. Quick commands: - Install deps: `npm run bootstrap` - Build SDK: `npm run build` - Start example: `npm run start:example` See package READMEs for platform-specific setup (iOS/Android) and usage notes.