back interdiff of round #1 and #0

possible slider android crash fix #12

merged
opened by whey.party targeting main

sorry react native reanimated is scary stuff

files
src
components
forms
screens
ERROR
src/components/forms/Slider.tsx

Failed to calculate interdiff for this file.

NEW
src/screens/Settings/AppearanceSettings.tsx
···
<Trans>Hue shift the colors:</Trans>
</Text>
<Slider
-
label="Volume"
value={hue}
onValueChange={setHue}
-
min={0}
-
max={360}
+
minimumValue={0}
+
maximumValue={360}
step={1}
-
debounce={0.3}
/>
</View>
</SettingsList.Group>