reactnative-plugin-appice

1.7.25 • Public • Published

src_reactnative_appice-sdk

android

add the following tag in app's manifest

in app's build.gradle

 //appice
implementation 'appice.io.android:sdk:2.5.59'

//glide
implementation "com.github.bumptech.glide:glide:4.10.0"

add this maven url in project's build.gradle

allprojects { repositories { maven { url "https://gitlab.com/api/v4/projects/project-id/packages/maven" //contact support@appice.io for projectId details credentials(HttpHeaderCredentials) { name = "Deploy-Token" value = "" //contact support@appice.io for token details } authentication { header(HttpHeaderAuthentication) } } } }

Dependents (0)

Package Sidebar

Install

npm i reactnative-plugin-appice

Weekly Downloads

175

Version

1.7.25

License

MIT

Unpacked Size

935 kB

Total Files

125

Last publish

Collaborators

  • appiceio