react-native-chartbeat-sdk 0.0.1 → 0.0.3
Sign up to get free protection for your applications and to get access to all the features.
@@ -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
|
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.
|
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": {
|