mediumReact Native#31

AsyncStorage CRUD

Prompt

Implement a simple note-taking hook using AsyncStorage. Supports: save a note (by key), load a note (by key), delete a note (by key), list all keys.

Hints

Solution

Your Code

10 min

Tests

Click Run to test your code