Skip to content

Latest commit

 

History

History
25 lines (18 loc) · 324 Bytes

README.md

File metadata and controls

25 lines (18 loc) · 324 Bytes

Example of using react-native-mappable

  • Recommended settings
yarn: ~3
node: >=18
cocoapods: 1.15.2
  • Install dependencies
yarn install
cd ios
pod install
  • Paste the key for the maps into the app/examples/api_keys.ts file
export const MAP_KEY = 'MAP_KEY';
  • You can run the application