Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

react-native-react-wis

github_account316MIT2.5.17

Webinstats SDK

react-native

readme

react-native-react-wis

Getting started

$ npm install react-native-react-wis --save

Mostly automatic installation

$ react-native link react-native-react-wis

Manual installation

iOS

  1. In XCode, in the project navigator, right click LibrariesAdd Files to [your project's name]
  2. Go to node_modulesreact-native-react-wis and add ReactWis.xcodeproj
  3. In XCode, in the project navigator, select your project. Add libReactWis.a to your project's Build PhasesLink Binary With Libraries
  4. Run your project (Cmd+R)<

Android

  1. Open up android/app/src/main/java/[...]/MainApplication.java
    • Add import com.reactlibrary.ReactWisPackage; to the imports at the top of the file
    • Add new ReactWisPackage() to the list returned by the getPackages() method
  2. Append the following lines to android/settings.gradle:
       include ':react-native-react-wis'
       project(':react-native-react-wis').projectDir = new File(rootProject.projectDir,     '../node_modules/react-native-react-wis/android')
  3. Insert the following lines inside the dependencies block in android/app/build.gradle:
       compile project(':react-native-react-wis')

Usage

import ReactWis from 'react-native-react-wis';

// TODO: What to do with the module?
ReactWis;

Changelog

Tüm değişiklikleri görmek için CHANGELOG.md dosyasına göz atabilirsiniz.

changelog

Changelog

[2.5.13] - 2025-02-14

Değişiklikler

  • Changelog eklendi.
  • Performans iyileştirmeleri yapıldı.
  • React Native IOS tarafında yanlış set edilmiş fonksiyonlar düzeltildi.
  • React Native getuid fonksiyonu kaldırıldı. Bir sonraki sürüm ile tekrardan aktif olacaktır.

[2.5.14] - 2025-02-14

Değişiklikler

  • Changelog readme içerisine bilginedirme olarak eklendi.
  • Changelog yönlendirme url değişti.

[2.5.16] - 2025-02-14

Değişiklikler

  • getuid fonksiyonu eklendi.