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

pointzi-react

Package Overview
Dependencies
Maintainers
1
Versions
37
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

pointzi-react

This is an Android wrapper file for Pointzi that allows the use of Pointzi in React Native Enviroment

  • 1.1.0
  • npm
  • Socket score

Version published
Weekly downloads
5
increased by25%
Maintainers
1
Weekly downloads
 
Created
Source

README

React Native Bridge for Pointzi Android

What is this repository for?

This is an Android wrapper file use of Pointzi Tagging in React Native Enviroment. Following methods are supported: tagCuid tagUserLanguage tagString tagNumeric tagDatetime removeTag incrementTag

https://streethawk.freshdesk.com/solution/articles/5000672617-analytics

VERSION

Pointzi only supports android.support version to be 23.2.0 or above compile 'com.android.support:appcompat-v7:23.2.0'

React-native version must be 0.45 or above.

How do I get set up?

Step 1: Install the Module: npm install pointzi-react

Step 2: Link the dependency react-native link pointzi-react

Done !

Now you can use our Pointzi Tagging in your Project

Example:

import PointziReact from 'pointzireact';
const onButtonPress = () => {
   PointziReact.tagCuid('Hello world, from React JS');
};
 
export default class Example extends Component {
  render() {
    return (
      <View style={styles.container}>
        <Button title='Click' onPress={onButtonPress}/>
      </View>
    );
  }
}

Contribution guidelines

https://streethawk.freshdesk.com/solution/articles/5000672617-analytics https://pointzi.freshdesk.com/support/home

Who do I talk to?

Email: nick@streethawk.com

Keywords

FAQs

Package last updated on 26 Feb 2018

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