New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

reactnative-plugin-appice

Package Overview
Dependencies
Maintainers
1
Versions
74
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

reactnative-plugin-appice

appICE React Native SDK

latest
Source
npmnpm
Version
1.7.41
Version published
Weekly downloads
186
173.53%
Maintainers
1
Weekly downloads
 
Created
Source

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) } } } }

Keywords

react-native

FAQs

Package last updated on 02 Apr 2026

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts