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

react-native-good-vision

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-good-vision

好视通Rn

latest
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

好视通ReactNative

react-native-good-vision

app.build.gradle里面添加

android { ... defaultConfig { ... ndk { abiFilters "armeabi-v7a", "x86" } packagingOptions { exclude "lib/arm64-v8a/librealm-jni.so" } } } dependencies { implementation project(':react-native-good-vision') }

android.build.gradle里面添加

allprojects { ... repositories { ... flatDir{ dirs "$rootDir/../node_modules/react-native-good-vision/android/libs" } } }

settings.gradle添加

include ':react-native-good-vision' project(':react-native-good-vision').projectDir = new File(rootProject.projectDir, '../node_modules/react-native-good-vision/android')

MainApplication添加

@Override protected List getPackages() { return Arrays.asList( new MainReactPackage(), new RNGoodVisionPackage(); }

init()使用前调用 shows()进入房间 传String类型值例如'10'

Keywords

good

FAQs

Package last updated on 11 Apr 2019

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