@umituz/react-native-notifications 1.5.0 → 1.5.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@umituz/react-native-notifications",
3
- "version": "1.5.0",
3
+ "version": "1.5.2",
4
4
  "description": "Offline-first local notifications system for React Native apps using expo-notifications",
5
5
  "main": "./src/index.ts",
6
6
  "types": "./src/index.ts",
@@ -60,4 +60,4 @@
60
60
  "README.md",
61
61
  "LICENSE"
62
62
  ]
63
- }
63
+ }
@@ -128,7 +128,7 @@ export const NotificationSettingsScreen: React.FC<NotificationSettingsScreenProp
128
128
  </AtomicCard>
129
129
 
130
130
  <AtomicCard style={styles.card}>
131
- <TouchableOpacity style={styles.navRow} onPress={onRemindersPress} activeOpacity={0.7}>
131
+ <TouchableOpacity style={styles.navRow} onPress={handleRemindersPress} activeOpacity={0.7}>
132
132
  <View style={styles.iconContainer}>
133
133
  <AtomicIcon name="time" size="md" color="primary" />
134
134
  </View>