react-native-theme-switch-animation
react-native-theme-switch-animation copied to clipboard
A Plug & Play Animations for Switching (Dark/Light) Themes. 🌖
Hello, Thank you for this excellent library! I have noticed an inconsistency across platforms when using it with DrawerNavigator from react-navigation. I have attached a screen recording that captures the...
I have encountered an issue . The problem arises when the view includes the BlurView component as part of its views. The App Crashes with an Error. `Radius out of...
Somehow does not work with when Reanimated 3.14.0 installed
const Home = () => { const colorScheme = useColorScheme(); const changeTheme = (e: GestureResponderEvent) => { const theme = colorScheme === "dark" ? "light" : "dark"; e.currentTarget.measure((x1, y1, width,...