Component - Redux slices and actions
This UI component shows how Redux slices and actions work together in a React Native app. It displays a counter with buttons to increase or decrease the value. The buttons dispatch actions defined in a Redux slice to update the state.