Skip to content
New issue

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

taro4最高支持哪个RN版本? #16668

Closed
SidneyLann opened this issue Oct 9, 2024 · 6 comments
Closed

taro4最高支持哪个RN版本? #16668

SidneyLann opened this issue Oct 9, 2024 · 6 comments

Comments

@SidneyLann
Copy link
Contributor

这个特性解决了什么问题?

taro最高支持哪个RN版本?

这个 API 长什么样?

taro最高支持哪个RN版本?

@StillAlexLiu
Copy link

这个版本很多问题,taro、expo、react-native等版本匹配,还有各种配置都有问题,弄了好多天都没弄正常运行

This was referenced Oct 12, 2024
@ShaoGongBra
Copy link
Contributor

我已经更新到0.75.4了,可以看看我这个框架是怎么处理的 duxapp.cn

@VeiZhang
Copy link

@ShaoGongBra 大神,请问更新到0.75.4,一直卡在初始化编译Evaluating settings,有什么解决办法吗

@SidneyLann
Copy link
Contributor Author

@ShaoGongBra 大神,请问更新到0.75.4,一直卡在初始化编译Evaluating settings,有什么解决办法吗

你的文件不是最新的,比如metro.config.js要这样(你最好init个新工程再对比下配置文件):
const { getDefaultConfig, mergeConfig } = require('@react-native/metro-config')
const { getMetroConfig } = require('@tarojs/rn-supporter')

const config = {}

module.exports = (async function (){
return mergeConfig(getDefaultConfig(__dirname), await getMetroConfig(), config)
})()

@VeiZhang
Copy link

VeiZhang commented Oct 23, 2024

@SidneyLann 好的,我看看。感谢

@SidneyLann
Copy link
Contributor Author

taro支持rn0.75.4+bridgeles+linaria6.x

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants