Skip to content

Commit

Permalink
Bump library version
Browse files Browse the repository at this point in the history
  • Loading branch information
Diego Serrano committed May 2, 2024
1 parent e2c1bc7 commit 3eb4d6b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,11 +50,11 @@ RNWootric.setCustomLanguage("ES");
RNWootric.setCustomProductName("Wootric React Native");
RNWootric.setCustomAudience("un amigo");
RNWootric.showDisclaimerText("Learn how we handle your feedback","https://example.com/terms-of-use","here");
RNWootric.eventEmitter.addListener("surveyWillShow", () => console.log("surveyWillShow"));
RNWootric.eventEmitter.addListener("surveyDidShow", () => console.log("surveyDidShow"));
RNWootric.eventEmitter.addListener("surveyWillHide", () => console.log("surveyWillHide"));
RNWootric.eventEmitter.addListener("surveyDidHide", values => console.log("surveyDidHide", values));
RNWootric.showSurvey();
RNWootric.eventEmitter.addListener("surveyWillShow", () => console.log("surveyWillShow"))
RNWootric.eventEmitter.addListener("surveyDidShow", () => console.log("surveyDidShow"))
RNWootric.eventEmitter.addListener("surveyWillHide", () => console.log("surveyWillHide"))
RNWootric.eventEmitter.addListener("surveyWillShow", values => console.log("surveyDidHide", values))
```

## Possible Errors and Solutions
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@wootric/react-native-wootric",
"version": "1.7.0",
"version": "1.8.0",
"description": "",
"main": "index.js",
"scripts": {
Expand Down

0 comments on commit 3eb4d6b

Please sign in to comment.