We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a93f647 commit b319c6eCopy full SHA for b319c6e
.github/workflows/release.yml
@@ -29,4 +29,3 @@ jobs:
29
GITHUB_TOKEN: ${{ secrets.GH_RELEASE_TOKEN }}
30
GITHUB_NAME: ${{ vars.GH_BOT_NAME }}
31
GITHUB_EMAIL: ${{ vars.GH_BOT_EMAIL }}
32
- NPM_TOKEN: ${{ secrets.NPM_RELEASE_TOKEN }}
docs/faq.md
@@ -6,7 +6,7 @@ title: FAQ
6
7
## General
8
9
-### How do I store objects, arrays, or other non-string values?
+### How do I store objects, arrays or other non-string values?
10
11
AsyncStorage only stores strings. Serialize values with `JSON.stringify` before writing, and `JSON.parse` when reading:
12
0 commit comments