Skip to content

Commit

Permalink
fix reference (#210)
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan authored Jul 12, 2023
1 parent ecd3bdc commit b6f0a87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/NamiPaywallManager.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export const NamiPaywallManager = {
show: () => {
RNNamiPaywallManager.show();
},
logout: () => {
hide: () => {
RNNamiPaywallManager.hide();
},
};

0 comments on commit b6f0a87

Please sign in to comment.