We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74fa343 commit 22b5e6cCopy full SHA for 22b5e6c
android/src/main/java/com/reactlibrary/RNPushbotsModule.java
@@ -49,9 +49,9 @@ public void removeTag(String value){
49
}
50
51
@ReactMethod
52
- public void trackEvent(String event_key){
+ public void trackEvent(String value){
53
if(value != null && !value.isEmpty()){
54
- Pushbots.sharedInstance().trackEvent(event_key);
+ Pushbots.sharedInstance().trackEvent(value);
55
56
57
package.json
@@ -1,6 +1,6 @@
1
{
2
"name": "pushbots-react-native",
3
- "version": "1.0.5",
+ "version": "1.0.6",
4
"description": "PushBots React Native plugin",
5
"main": "index",
6
"scripts": {
0 commit comments