software-mansion / react-native-reanimated

React Native's Animated library reimplemented
https://docs.swmansion.com/react-native-reanimated/
MIT License
8.61k stars 1.26k forks source link

Fixes of dark-theme and values in docs #6058

Closed patrycjakalinska closed 3 weeks ago

patrycjakalinska commented 1 month ago

Add offset 'margins' so withDecay example would look cleaner

Before:

https://github.com/software-mansion/react-native-reanimated/assets/59940332/752191ee-8202-42f0-be3e-1255533417ba

After:

https://github.com/software-mansion/react-native-reanimated/assets/59940332/e91d5701-efeb-4255-a350-c516381b27b9

Add dark theme to Section List and Bottom Sheet

Before:

image image

After:

image image

Fix --swm-dropdown-versions-item color on light-theme

Before:

image

After:

image

Remove different background on Examples' sidebar

Before:

image

After:

image
kacperkapusciak commented 1 month ago

don't merge it yet please, let guys release 3.12.0 from main

kacperkapusciak commented 3 weeks ago

Okay, let's resolve the conflicts and I think it's ready to merge