mediumReact Native#12

Zustand store with persist

Prompt

Create a Zustand store for a simple counter with increment and decrement actions. Persist the state to AsyncStorage using zustand/middleware.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code