Install
01 Sept 2026 · Field Track 360
``` npm install @devstree/react-native-trackit ```
On install, a postinstall script fetches the pinned iOS XCFrameworks and verifies a SHA-256 per framework. A checksum mismatch fails loudly - the iOS SDK's 1.0.1 tag has been force-published in place more than once, so a tag-only pin is not safe on its own.
Platform floors - not adjustable from the bridge
- React Native 0.76+, New Architecture enabled
- iOS 17.0
- Android minSdk 26, compileSdk 37, JDK 17
These are the maximum of the SDK's own constraints.