Skip to content

Commit

Permalink
3.0.29 version fix
Browse files Browse the repository at this point in the history
  • Loading branch information
namidan committed Aug 23, 2023
1 parent 644e4d3 commit 86ef819
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion examples/Basic/containers/EntitlementsScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ const EntitlementsScreen: FC<EntitlementsScreenProps> = ({ navigation }) => {
onItemPress(item.referenceId);
}}
style={styles.item}>
<Text style={styles.itemText}>{item.name}</Text>
<Text style={styles.itemText}>{item.referenceId}</Text>
</TouchableOpacity>
);
};
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": "react-native-nami-sdk",
"version": "3.0.28",
"version": "3.0.29",
"description": "React Native Module for Nami - Easy subscriptions & in-app purchases, with powerful built-in paywalls and A/B testing.",
"main": "index.ts",
"types": "index.d.ts",
Expand Down

0 comments on commit 86ef819

Please sign in to comment.