File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ # 1.2.10
2+
3+ - [ iOS] Update SDK to 3.6.4: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.4 )
4+
15# 1.2.9
26
37- [ Android] Fix an uncommon issue with this.getCurrentActivity returning null inside of showInAppMessageIfAvailable
@@ -22,7 +26,7 @@ Allow the user to pass a boolean to `.reset()` to toggle auto-identifying the us
2226# 1.2.7
2327
2428- [ Android] Update SDK to 5.8.5 (https://github.com/mixpanel/mixpanel-android/releases/tag/v5.8.5 )
25- - [ iOS] Update SDK to 3.6.3: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.3 )
29+ - [ iOS] Update SDK to 3.6.3: (https://github.com/mixpanel/mixpanel-iphone/releases/tag/v3.6.3 )
2630
2731# 1.2.6
2832
Original file line number Diff line number Diff line change 11{
22 "name" : " react-native-mixpanel" ,
3- "version" : " 1.2.9 " ,
3+ "version" : " 1.2.10 " ,
44 "description" : " A React Native wrapper for Mixpanel tracking" ,
55 "main" : " index.js" ,
66 "repository" : {
Original file line number Diff line number Diff line change @@ -14,6 +14,6 @@ Pod::Spec.new do |s|
1414 s . source_files = 'RNMixpanel/*'
1515 s . platform = :ios , "10.0"
1616 s . tvos . deployment_target = '10.0'
17- s . dependency 'Mixpanel' , '3.6.3 '
17+ s . dependency 'Mixpanel' , '3.6.4 '
1818 s . dependency 'React'
1919end
You can’t perform that action at this time.
0 commit comments