@umituz/react-native-notifications 1.3.8 → 1.3.9

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.8",
3
+ "version": "1.3.9",
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",
@@ -166,6 +166,7 @@ const SettingRow: React.FC<SettingRowProps> = ({ iconName, title, description, v
166
166
  onValueChange={onToggle}
167
167
  trackColor={{ false: tokens.colors.surfaceSecondary, true: tokens.colors.primary }}
168
168
  thumbColor={tokens.colors.surface}
169
+ ios_backgroundColor={tokens.colors.surfaceSecondary}
169
170
  />
170
171
  </View>
171
172
  );