Cannot dispatch action after reading from async storage

后端 未结 0 786
遥遥无期
遥遥无期 2021-02-15 19:50

This is my code

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


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