We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
React Native
使用框架: React
js 代码 yarn yarn dev:rn 壳 代码 yarn cd ios pod install cd .. yarn ios
正常启动
TypeError: Cannot read properties of undefined (reading '__callFunction') TypeError: Cannot read properties of undefined (reading '__callReactNativeMicrotasks')
$ taro info 👽 Taro v3.4.7 Taro CLI 3.4.7 environment info: System: OS: macOS 11.4 Shell: 5.8 - /bin/zsh Binaries: Node: 16.1.0 - ~/.nvm/versions/node/v16.1.0/bin/node Yarn: 1.22.10 - ~/.nvm/versions/node/v10.21.0/bin/yarn npm: 7.11.2 - ~/.nvm/versions/node/v16.1.0/bin/npm npmPackages: @tarojs/components: 3.4.7 => 3.4.7 @tarojs/mini-runner: 3.4.7 => 3.4.7 @tarojs/plugin-framework-react: 3.4.7 => 3.4.7 @tarojs/react: 3.4.7 => 3.4.7 @tarojs/rn-runner: 3.4.12 => 3.4.12 @tarojs/runtime: 3.4.7 => 3.4.7 @tarojs/taro: 3.4.7 => 3.4.7 @tarojs/taro-rn: 3.4.12 => 3.4.12 @tarojs/webpack-runner: 3.4.7 => 3.4.7 babel-preset-taro: 3.4.7 => 3.4.7 eslint-config-taro: 3.4.7 => 3.4.7 react: ^17.0.2 => 17.0.2 react-native: ^0.67.3 => 0.67.4
taro-native-shell 0.67.0 版本
IOS 启动报错
The text was updated successfully, but these errors were encountered:
重复问题 #11760 (comment)
升级到 3.4.12
Sorry, something went wrong.
No branches or pull requests
相关平台
React Native
使用框架: React
复现步骤
js 代码
yarn
yarn dev:rn
壳 代码
yarn
cd ios
pod install
cd ..
yarn ios
期望结果
正常启动
实际结果
TypeError: Cannot read properties of undefined (reading '__callFunction')
TypeError: Cannot read properties of undefined (reading '__callReactNativeMicrotasks')
环境信息
taro-native-shell 0.67.0 版本
补充信息
IOS 启动报错
The text was updated successfully, but these errors were encountered: