react-native-getui-haidai

1.1.43 • Public • Published

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

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

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

/react-native-getui-haidai/

    Package Sidebar

    Install

    npm i react-native-getui-haidai

    Weekly Downloads

    0

    Version

    1.1.43

    License

    ISC

    Unpacked Size

    20.8 MB

    Total Files

    102

    Last publish

    Collaborators

    • rueen