react-native-chartbeat-sdk 0.0.1 → 0.0.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -151,7 +151,7 @@ public class ChartbeatModule extends ReactContextBaseJavaModule {
151
151
  * put this in your onUserInteraction() function of your activity.
152
152
  */
153
153
  @ReactMethod
154
- public static void userInteracted() {
154
+ public void userInteracted() {
155
155
  Tracker.userInteracted();
156
156
  }
157
157
 
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "name": "react-native-chartbeat-sdk",
3
3
  "title": "React Native Chartbeat SDK",
4
- "version": "0.0.1",
4
+ "version": "0.0.3",
5
5
  "description": "The React Native Chartbeat SDK is a native library providing Chartbeat tracking functionality for Android and iOS apps.",
6
6
  "main": "index.js",
7
7
  "scripts": {
@@ -17,5 +17,5 @@ Pod::Spec.new do |s|
17
17
  s.requires_arc = true
18
18
 
19
19
  s.dependency "React"
20
- s.dependency "Chartbeat", '1.5.0'
20
+ s.dependency "Chartbeat", '~> 1.5.0'
21
21
  end