Timson_Zhu
Timson_Zhu
第二张 图片旋转后,图片被改成了 第一张图片的样子
It is my code ```javascript const assets = Asset.fromModule(require('../assets/3.obj')) await assets.downloadAsync() loadAsync([ assets.localUri ], null, res => console.info(res)) ``` It is error msg: ``` ExpoTHREE.loadObjAsync: Expo.FileSystem Failed to read uri:...
## 报错信息是 ``` error: bundling failed: "Unable to resolve module `ActivityIndicator` from `/Users/timson/Desktop/CASE/HYAPP/node_modules/react-native/Libraries/react-native/react-native-implementation.js`: Module does not exist in the module map\n\nThis might be related to https://github.com/facebook/react-native/issues/4968\nTo resolve try the following:\n...
## modify the bug in router if the screen in second or more than the back panResponder will cover the animated-tab ``` import React, {Component} from 'react'; import PropTypes from...