taro-native-shell icon indicating copy to clipboard operation
taro-native-shell copied to clipboard

Taro 原生 React Native 壳子

Results 18 taro-native-shell issues
Sort by recently updated
recently updated
newest added

壳工程打包iOS报错,执行命令yarn upgradePeerdeps报下面的错误 ![image](https://github.com/NervJS/taro-native-shell/assets/43466858/b1ccfacc-00c0-4fe0-9fb0-1b401dfa54fd)

2023-09-22 15:10:27.072 16762-16832 libc pid-16762 A Fatal signal 11 (SIGSEGV), code 1 (SEGV_MAPERR), fault addr 0x747b51dfa0 in tid 16832 (mqt_js), pid 16762 (com.tarodemo) 2023-09-22 15:10:27.391 16861-16861 DEBUG pid-16861 A Cmdline:...

![am](https://user-images.githubusercontent.com/1762036/219616348-f3738429-fb06-45c2-9aa7-6912e9ca37a5.gif) 我是按着官方文档步骤来的,Taro 项目是 init 生成的,没有改过, 编译也正常,但启动就闪退。

Bumps [ua-parser-js](https://github.com/faisalman/ua-parser-js) from 0.7.32 to 0.7.33. Changelog Sourced from ua-parser-js's changelog. Version 0.7.32 / 1.0.32 Add new browser : DuckDuckGo, Huawei Browser, LinkedIn Add new OS : HarmonyOS Add some...

dependencies
javascript

Bumps [decode-uri-component](https://github.com/SamVerschueren/decode-uri-component) from 0.2.0 to 0.2.2. Release notes Sourced from decode-uri-component's releases. v0.2.2 Prevent overwriting previously decoded tokens 980e0bf https://github.com/SamVerschueren/decode-uri-component/compare/v0.2.1...v0.2.2 v0.2.1 Switch to GitHub workflows 76abc93 Fix issue where decode...

dependencies
javascript

![企业微信截图_16757375242255](https://user-images.githubusercontent.com/20148778/217133939-c88e4f8d-6f72-4ed2-bb06-d2e67d98709a.png)

环境 `xcode: 11` 执行以下命令 ``` taro build --type rn --watch react-native run-ios --simulator="iPhone 11 Pro Max" ``` Output ``` leungdeiMac:taro-native-shell leung$ react-native run-ios --simulator="iPhone 11 Pro Max" Scanning folders for...

请问如果我们自己项目进行集成,步骤都有什么? 包的引入我们可以查到,但是内部是不是有一些改动?主要的问题在于应用宝,如果不使用最新版本的RN 可能会出现搜不到应用的问题。 谢谢

混合开发

``` ➜ taro-native-shell-0.63.2 sudo react-native run-ios info Found Xcode workspace "taroDemo.xcworkspace" info Building (using "xcodebuild -workspace taroDemo.xcworkspace -configuration Debug -scheme taroDemo -destination id=21CF662E-9F43-49C0-A0D1-7F4DF6173814") (node:59572) Warning: Accessing non-existent property 'padLevels' of...

``` java.lang.RuntimeException: Unable to destroy activity {cn.com.gf/com.tarodemo.MainActivity}: java.lang.IllegalArgumentException: Receiver not registered: expo.modules.av.AVManager$1@615cbed 10-09 15:05:33.594 31174 31174 E AndroidRuntime: at android.app.ActivityThread.performDestroyActivity(ActivityThread.java:4605) 10-09 15:05:33.594 31174 31174 E AndroidRuntime: at android.app.ActivityThread.handleDestroyActivity(ActivityThread.java:4623) 10-09 15:05:33.594...