1.2.0 • Published 7 years ago

react-native-segment-io v1.2.0

Weekly downloads
3
License
MIT
Repository
github
Last release
7 years ago

react-native-segment-io

npm npm npm CircleCI branch

React Native wrapper for Segment.

Setup

# Yarn
yarn add react-native-segment-io

# NPM
npm install --save react-native-segment-io

iOS with Cocoapods

Add the following to your Podfile:

pod "react-native-segment-io", path: "../node_modules/react-native-segment-io"

Then run:

pod install

You're done! :tada:

NOTE Your relative path to node_modules may differ.

Android

Coming soon, PRs welcome!

Usage

TODO

Advanced

One of the benefits of using Segment is its powerful integrations. This package allows you to seamlessly add integrations.

iOS

To add integrations on the iOS side, just add subspecs:

pod "react-native-segment-io", path: "../node_modules/react-native-segment-io", subspecs: [
  # Make sure to include the Core subspec.
  "Core",

  # Each of the services are listed in the podspec.
  "Amplitude",
  "GoogleAnalytics",
  "Mixpanel",
]

If there's an integration that's missing that you'd like to have access to via this pod, submit a PR or file an issue :)

Android

Coming soon, PRs welcome!

1.2.0

7 years ago

1.1.2

7 years ago

1.1.1

7 years ago

1.1.0

7 years ago

1.0.1

7 years ago

1.0.0

7 years ago

0.6.0

7 years ago

0.5.0

7 years ago

0.4.1

8 years ago

0.4.0

8 years ago

0.3.2

8 years ago

0.3.1

8 years ago

0.3.0

8 years ago

0.2.0

8 years ago

0.1.0

8 years ago