TypeScript interface
Expose stable application-level components, hooks, and event types instead of leaking every native implementation detail.
Share product logic while keeping native Mappls capabilities honest on both platforms.
Shared JavaScript/TypeScript interfaces backed by Mappls native SDKs. Use this boundary as a starting point, then narrow it around the exact Mappls products and trust model your application needs.
Expose stable application-level components, hooks, and event types instead of leaking every native implementation detail.
Configure Android and iOS independently, including packages, credentials, manifests, permissions, and lifecycle callbacks.
Retain credentials and stateful workflows centrally so app reinstalls and cross-device use remain recoverable.
Each step produces a testable boundary. Keep the first release deliberately small, then expand from observed product behavior.
Confirm React Native, Android, iOS, Mappls wrapper, and underlying native SDK compatibility.
Complete Gradle and Xcode configuration before treating the JavaScript API as available.
Normalize coordinates, feature IDs, commands, callbacks, and errors at the application edge.
Verify upgrades, permissions, backgrounding, and process recovery independently on Android and iOS.
2 of these families include durable or session state. Follow their complete lifecycle guidance rather than integrating only the first successful call.
Fast, expressive vector and raster maps across web, mobile, hybrid, and embedded apps.
statelessAutosuggest, geocoding, nearby discovery, place details, and Mappls Pin addressing.
hybridRoutes, matrices, optimization, map matching, predictive ETAs, and turn-by-turn navigation.
statefulLive tracking, trips, devices, vehicles, events, geofences, and fleet intelligence.
Every item below is generated from a public Mappls repository and links to its source-grounded guide. Maturity labels distinguish current material from samples, distributions, legacy sources, and deprecated integrations.
mapmyindia-intouch-react-native-sdkA Mappls sdk for tracking telematics, workforce, gis analytics, identity platform across React Native.
mapmyindia-map-react-native-betaMapmyIndia Map library for React Native - Beta release Hybrid SDK
mapmyindia-restapi-react-native-betaA Mappls sdk for maps, search places, routes navigation, gis analytics, identity platform across React Native.
mappls-react-native-intouch-sdkThis SDK is wrapper for ReactNative on Native SDKs (IntouchCore, IntouchAPI) to support on Android and iOS.
mappls-react-native-sdkA Mappls sdk for maps, search places, routes navigation, tracking telematics, gis analytics, widgets deep links, capture feedback, identity platform across React Native.
Start with one focused result, then move into complete stateful journeys and operational failure handling.
Pass these checks in addition to the requirements of the selected product, SDK release, operating system, and security program.