Parameter | Requirement |
---|---|
Minimum deployment target | iOS 14.0 |
Podfile
; andParameter | Requirement |
---|---|
Minimum SDK Level | 26 |
Compile SDK Level | 34 |
Kotlin compiler version | 1.8.22 or above |
Android Gradle Plugin version | 8.2.0 or above |
Gradle version | 8.2.0 or above |
Parameter | Requirement |
---|---|
Flutter SDK | 3.13 or above |
Parameter | Requirement |
---|---|
React Native Core | 0.72.0 or above |
Node.js | 18.0 or above |
https://github.com/tryVital/vital-ios
) as a dependency of your project.
Link VitalHealthKit
and VitalDevices
as appropriate. Note that VitalCore
is mandatory.
build.gradle
.
pod install
on your iOS project might error due to version lock conflicts on the Vital iOS libraries.
This usually happens after you have bumped the React Native SDK package versions.Use pod update
to resolve the conflict:pubspec.yaml
:
pod install
on your iOS project might error due to version lock conflicts on the Vital iOS libraries.
This usually happens after you have bumped the Flutter SDK package versions.Use pod update
to resolve the conflict: