Cannot dispatch action after reading from async storage

后端 未结 0 1225
北荒
北荒 2021-02-15 19:20

This is my code

export const getAsyncStorage = () => async dispatch => {
    try {
        const asyncStorage = await AsyncStorage.getItem(\'settings\');
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题