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.
Click Run to test your code