Skip to content

tjoven/MJsBridge

Repository files navigation

LDJsBridge

CI Status Version License Platform


移动平台的JSToNative方案,支持Android、iOS、macOS(后期会添加支持)

Example

iOS & macOS(后期会添加支持)

To run the example project, clone the repo, and run pod install from the Example directory first.

Android

Requirements

Installation

iOS & macOS(后期会添加支持)

LDJsBridge is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'LDJsBridge'

Android

repositories {
    // ...
    maven { url "http://172.16.34.13:8081/nexus/content/repositories/lenovo/" }
}

dependencies {
    implementation 'com.filez.android:ldjsbridge:1.0.0@aar'
}

Author

changmin_wow@163.com, changmin@lenovocloud.com

License

LDJsBridge is available under the MIT license. See the LICENSE file for more info.

About

JsBridge

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published