@umituz/react-native-notifications 1.3.20 → 1.3.21

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.3.20",
3
+ "version": "1.3.21",
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",
@@ -61,7 +61,7 @@ export const NotificationsSection: React.FC<NotificationsSectionProps> = ({
61
61
 
62
62
  const title = config?.title || 'Notifications';
63
63
  const description = config?.description || 'Manage notification preferences';
64
- const showToggle = config?.showToggle ?? true;
64
+ const showToggle = config?.showToggle ?? false;
65
65
 
66
66
  return (
67
67
  <View style={[styles.container, containerStyle]}>