Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@blotoutio/edgetag-sdk-react-native

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@blotoutio/edgetag-sdk-react-native

Edgetag React Native Library

  • 0.1.0
  • npm
  • Socket score

Version published
Weekly downloads
1
Maintainers
1
Weekly downloads
 
Created
Source

Blotout React Native SDK

Prerequisite

React-Native
  • Version 0.62 or greater.
  • Setting up the development environment ? Follow these instruction
iOS
  • Xcode

  • CocoaPods (recommended)

Android
  • Android Studio

Installation

$ npm i --save-dev @edgetag/sdk-react-native
$ cd ios && pod install && cd .. # CocoaPods on iOS needs this extra step

Documentation

Read more about how to use our SDK on documentation pages.

How to contribute

  • git clone the repo

Android

  • open the "android" project in Android studio
  • Check for edgetag:sdk-android version in build.gradle, if require update the version
dependencies {
  .....
  implementation "com.github.edgetag:sdk-android:0.9.0"
}
  • If need to update/add API then edit RNEdgeTagSDKModule.kt accordingly.
  • To test new API then call them from example/src/app/index.tsx
  • From example folder
$ npm run build:android

iOS

  • open "ios" folder
  • Edit the pod file for latest Blotout-Analytics version
  • install Blotout-Analytics
$ pod install
  • open RNEdgeTagSDKModule.xcworkspace in Xcode
  • Edit RNEdgeTagSDKModule.swift and RNEdgeTagSDKModule.m for new/update/edit API
  • From example folder
$ npm run build:ios

FAQs

Package last updated on 15 Feb 2022

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc