1.在使用react-native开发时经常出现这个警告:Warning: setState(...): Can only update a mounted or mounting component. This usually means you called setState() on an unmounted component. This is a no-op. Please check the code for the xxx component 这个警告是因为出现在异步网络请求返回时页面已经卸载了...