Skip to content

Commit fe6d049

Browse files
committed
fix common mobile events not showing 'react-native' as property value for 'Mixpanel Library'
1 parent 9d54f3e commit fe6d049

File tree

5 files changed

+1471
-1412
lines changed

5 files changed

+1471
-1412
lines changed

MixpanelReactNative.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,5 +19,5 @@ Pod::Spec.new do |s|
1919
s.pod_target_xcconfig = { 'DEFINES_MODULE' => 'YES' }
2020

2121
s.dependency "React"
22-
s.dependency "Mixpanel-swift", '3.0.0'
22+
s.dependency "Mixpanel-swift", '3.1.0'
2323
end

Samples/SimpleMixpanel/App.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ import React, { Component } from 'react';
22
import { Button, SafeAreaView } from "react-native";
33
import { Mixpanel } from 'mixpanel-react-native';
44

5-
const mixpanel = new Mixpanel("5d9d3df08d1c34a272abf23d892820bf");
5+
const mixpanel = new Mixpanel("Your Project Token");
66
mixpanel.init();
77

88
// *************************************

0 commit comments

Comments
 (0)