标签:result src 方法 解决方法 loading 问题 引擎 输入 NPU
1. 启用 Hermes 引擎后,打包时在 Android Studio中 遇到 SoLoader: couldn‘t find DSO to load: libhermes.so result: 0
解决方法:在 /android/app/build.gradle 中加入如下配置
configurations.all { resolutionStrategy { force "com.facebook.soloader:soloader:0.8.2" } }
2. iOS 上使用 TextInput 组件,输入汉字时出现文字跳动
解决方法:更改 iOS 平台 TextInput 源码
标签:result src 方法 解决方法 loading 问题 引擎 输入 NPU
原文地址:https://www.cnblogs.com/vectorwings/p/13278485.html