@sparklingjs/runtime
v2.1.0-rc.12
Published
Android & iOS SDK for Sparkling Framework
Downloads
7,126
Readme
sparkling-sdk
Native Android and iOS SDK for the Sparkling Framework, providing the core runtime for Lynx-based hybrid applications.
Platform Support
| Platform | Minimum Version | |----------|----------------| | Android | API 21+ | | iOS | iOS 12+ |
Installation
Android
Add the SDK to your build.gradle.kts:
dependencies {
implementation("com.tiktok.sparkling:sparkling:+") // Use latest version
}iOS
Add to your Podfile:
pod 'Sparkling' # Uses latest versionThen run pod install.
