{ "name": "example", "private": true, "version": "0.0.1", "scripts": { "start": "react-native start", "ios": "react-native run-ios", "android": "react-native run-android" }, "dependencies": { "react": "18.2.0", "react-native": "0.71.0", "react-native-maps": "^1.3.2", "@lynkedup/map-sdk": "*" } }