react native asyncstorage的一个小坑

有一段代码如下:useEffect(() => { const checkLoginStatus = async () => { try { const token = AsyncSto...