sorry react native reanimated is scary stuff
ERROR
src/components/forms/Slider.tsx
ERROR
src/components/forms/Slider.tsx
Failed to calculate interdiff for this file.
NEW
src/screens/Settings/AppearanceSettings.tsx
NEW
src/screens/Settings/AppearanceSettings.tsx
···
184
184
<Trans>Hue shift the colors:</Trans>
185
185
</Text>
186
186
<Slider
187
-
label="Volume"
188
187
value={hue}
189
188
onValueChange={setHue}
190
-
min={0}
191
-
max={360}
189
+
minimumValue={0}
190
+
maximumValue={360}
192
191
step={1}
193
-
debounce={0.3}
194
192
/>
195
193
</View>
196
194
</SettingsList.Group>