react-native-uims
TypeScript icon, indicating that this package has built-in type declarations

0.1.0 • Public • Published

react-native-uims

user interface monitoring system for react-native

Installation

yarn add react-native-uims

Config ENV

  • android root build.gradle
    buildscript {
      ext {
        RN_UIMS_OVERSEA_ENABLED = 'false'
      }
    }
  • ios Podfile
    target 'UIMSExample' do
      ENV['RN_UIMS_OVERSEA_ENABLED'] = 'false' # must be set before 'use_native_modules!'
      config = use_native_modules!
    end

Versions

analytics/umeng

.
├── Android
│   ├── analytics
│   │   └── analytics_android_8.0.0
│   │       └── umeng-analytics-8.0.0.jar
│   └── common
│       └── common_android_2.0.1
│           └── normal
│               └── umeng-common-2.0.1.jar
├── ReactNative
│   ├── analytics
│   │   └── analytics_reactnative_2.0.0
│   │       ├── analytics_android
│   │       │   └── AnalyticsModule.java
│   │       └── analytics_ios
│   │           ├── UMAnalyticsModule.h
│   │           └── UMAnalyticsModule.m
│   └── common
│       └── common_reactnative_2.0.0
│           ├── common_android
│           │   ├── DplusReactPackage.java
│           │   └── RNUMConfigure.java
│           ├── common_ios
│           │   ├── RNUMConfigure.h
│           │   └── RNUMConfigure.m
│           └── js
│               ├── AnalyticsUtil.js
│               ├── PushUtil.js
│               └── ShareUtil.js
└── iOS
    ├── analytics
    │   └── analytics_ios_6.0.1
    │       └── UMAnalytics.framework
    └── common
        └── common_ios_2.0.0
            └── normal
                └── UMCommon.framework

35 directories, 21 files

Contributing

See the contributing guide to learn how to contribute to the repository and the development workflow.

License

MIT


Made with create-react-native-library

Package Sidebar

Install

npm i react-native-uims

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

35.1 MB

Total Files

63

Last publish

Collaborators

  • krmao