Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

react-native-getui-haidai

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

react-native-getui-haidai

Getui push sdk plugin for rect-native

latest
Source
npmnpm
Version
1.1.43
Version published
Weekly downloads
2
100%
Maintainers
1
Weekly downloads
 
Created
Source

解决react-native-getui-haidai组件开机自启动问题。

改动点: android/src/main/AndroidManifest.xml

  • manifest标签新增 xmlns:tools="http://schemas.android.com/tools"
  • RECEIVE_BOOT_COMPLETED权限 tools:node="remove"
  • PushReceiver action tools:node="remove"
<manifest
  xmlns:android="http://schemas.android.com/apk/res/android"
  xmlns:tools="http://schemas.android.com/tools"
  ...
>
  <uses-permission android:name="android.permission.RECEIVE_BOOT_COMPLETED" tools:node="remove" />
  <receiver android:name="com.igexin.sdk.PushReceiver">
    <intent-filter tools:node="remove">
      ...
    </intent-filter>
  </receiver>
</manifest>

Keywords

react

FAQs

Package last updated on 24 Jul 2023

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