What happened?
In the examples you are using the symbol "@" in the key argument, but there is no explain why, and if this is required.
|
await AsyncStorage.setItem('@storage_Key', value) |
|
await AsyncStorage.setItem('@storage_Key', jsonValue) |
|
const value = await AsyncStorage.getItem('@storage_Key') |
|
const jsonValue = await AsyncStorage.getItem('@storage_Key') |
Version
https://react-native-async-storage.github.io/async-storage/docs/usage
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
Not needed.
What happened?
In the examples you are using the symbol "@" in the key argument, but there is no explain why, and if this is required.
async-storage/website/docs/Usage.md
Line 26 in ba98315
async-storage/website/docs/Usage.md
Line 38 in ba98315
async-storage/website/docs/Usage.md
Line 54 in ba98315
async-storage/website/docs/Usage.md
Line 70 in ba98315
Version
https://react-native-async-storage.github.io/async-storage/docs/usage
What platforms are you seeing this issue on?
System Information
Steps to Reproduce
Not needed.