Skip to content

debeem/js-bridge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

js-bridge

Android JS-Bridge SDK

Primarily enables Android to call NPM services through JS. For more details: README

Quick start

Add the JitPack Maven repository to your project-level build.gradle file:

dependencyResolutionManagement {
	repositoriesMode.set(RepositoriesMode.FAIL_ON_PROJECT_REPOS)
	repositories {
		mavenCentral()
		maven { url 'https://jitpack.io' }    // Add this line
	}
}

Add the dependency to your app/build.gradle file:

dependencies {
    implementation 'com.github.debeem:js-bridge:x.x.x'
}

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •