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

求尽快支持 RN #3

Closed
musicode opened this issue May 5, 2017 · 43 comments
Closed

求尽快支持 RN #3

musicode opened this issue May 5, 2017 · 43 comments

Comments

@musicode
Copy link

musicode commented May 5, 2017

我理解支持 RN 只需要把原生组件包一层给 js 用,可否尽快支持呢,我等这种组件等了好久好久,终于有人做了这件事快哭了!

此外,是否有群聊的计划呢,包括群聊的设置,会话内的一些消息通知,比如谁进来了,谁被踢了,群名字、群公告被修改了,类似微信的交互已经养成了广大的用户习惯,希望能尽量支持。

万分感谢!

@huangminlinux
Copy link
Contributor

RN 插件这边会尽快安排开发

@musicode
Copy link
Author

musicode commented May 5, 2017

非常感谢,可否给出一些粗略的时间表呢,比如这周或这个月要做哪些功能,这样潜在用户就知道是否等的起,比如我非常想用 RN 组件,但如果要等好几个月,可能我会另做选择。

@huangminlinux
Copy link
Contributor

这个月内 会支持 React Native

@musicode
Copy link
Author

musicode commented May 8, 2017

赞一个,表情两个月内能支持么?

@huangminlinux
Copy link
Contributor

看进度吧, 下个版本消息是状态更新, 然后支持 React native, 之后再看看需求。

@liuwei0514
Copy link

墙裂支持 不过我的项目20号交差~~

@uxiew
Copy link

uxiew commented May 12, 2017

cordova 插件会简单吗

@musicode
Copy link
Author

支持 RN 的话,聊天场景里自带的点击图片浏览大图功能,不知可否同样提供给 RN 调用,这样方便统一 app 内的交互

@musicode
Copy link
Author

@huangminlinux 可否简单回答上一条呢?

@huangminlinux
Copy link
Contributor

@ChandlerVer5 cordova 的机制支持不了。

@huangminlinux
Copy link
Contributor

@musicode 暂时没有计划做 图片预览,不过会提供消息的点击。

@musicode
Copy link
Author

消息体和头像的点击会区分么

@huangminlinux
Copy link
Contributor

这个肯定是要区分有的

@musicode
Copy link
Author

RN 的支持 5 月能启动么?

@huangminlinux
Copy link
Contributor

这周开始开发

@musicode
Copy link
Author

赞赞赞!

@musicode
Copy link
Author

极光分享要是支持 RN 就好了。。。

@musicode
Copy link
Author

musicode commented Jun 1, 2017

RN 有啥进展了么。。。

@huangminlinux
Copy link
Contributor

这周会发 RN 版本

@huangminlinux
Copy link
Contributor

huangminlinux commented Jun 3, 2017

预览版现在发了, https://github.com/jpush/aurora-imui/tree/master/ReactNative
可以先看看。 @musicode

@musicode
Copy link
Author

musicode commented Jun 3, 2017

ios 会报错

image

@musicode
Copy link
Author

musicode commented Jun 3, 2017

补充:用的是 sample 例子

我看了下文档,发现没有写往回滚去拉历史消息的事件,这个也挺常用的吧?

@huangminlinux
Copy link
Contributor

sample 没有用到 测试用例,可以吧 TestRNTIMUI 这个target 删掉,下拉刷新确实可以加上。

@musicode
Copy link
Author

musicode commented Jun 3, 2017

删掉测试用例可以跑了

发现几个问题:

  1. 语音、图片、视频按钮点击会崩溃(是否可定制?比如删掉视频按钮)
  2. 发送按钮比其他三个按钮大很多,不协调
  3. 输入法唤起时,是否可以做到 return 即发送,像微信那样
  4. 输入法唤起时,布局错乱

image

@huangminlinux
Copy link
Contributor

huangminlinux commented Jun 3, 2017

1 这是权限问题, 需要在 info.plist 添加 录音,相册, 摄像头 这三个权限 可以参考 sample 的info.plist
2 和3 inputView 没有提供自定义的方式, 如果要改只能在native 里面删除了。
4 这个 问题 我这边也出现过, clear 工程,再重启 npm server 就没再出现这个问题了。

@musicode
Copy link
Author

musicode commented Jun 3, 2017

clean 之后再点击 xcode 里的 Run 依然有这个布局错乱的问题呢

比较关心的特性有:

  1. 下拉刷新(交互参考微信就好)
  2. 长按消息体是否可以弹出 tooltip 呢,比如“复制”和“删除”,js 来处理 event handle
  3. 背景色是否可修改
  4. 输入框区域的设计优化

谢谢~

@musicode
Copy link
Author

musicode commented Jun 4, 2017

image

消息列表和输入框之间的空白有问题,而且下面的图片尺寸也不对。

此外,输入框的文本可定制样式吗?比如文字大小、颜色、行高、padding?

右边的发送按钮是否可以改成底色+白字效果的发送按钮呢,这样感觉会好看些,纯属个人建议。。。

image

“按住说话”似乎太靠上了,应该给上面留点空白会好看些。

@musicode
Copy link
Author

musicode commented Jun 4, 2017

image
语音消息是否加上时长比较好?

@musicode
Copy link
Author

musicode commented Jun 4, 2017

image

输入框是否可以改成这样呢,点击左侧按钮在下方展现“语音”、“图片”、“视频”、“表情” 等子按钮

纯属建议。。。

@musicode
Copy link
Author

musicode commented Jun 4, 2017

image

如果图片有很多,按照目前的横向滚动布局,是否会比较难挑选?

还发现一个问题,输入框没实现随内容自动增高,比如最大增到5行,最好可以配置行数

@huangminlinux
Copy link
Contributor

@musicode 布局问题,这边还需要调整。
录音时间,这些比较常用的也会加上。

对的 inputView 配置样式,文字大小、颜色、行高、padding 可以考虑加上。

对于深度自定义 inputview 的功能,暂时不会提供,毕竟这东西每个人的需求都不一样,不像 messageList 有个通用的框架。不过 messageList 和 InputView 可以分开使用。如果这个输入组件离你的目标实现比较远,可以在React Native 中实现一个。

@huangminlinux
Copy link
Contributor

huangminlinux commented Jun 4, 2017

@musicode messageList 的问题 , 更新一下 React Native 的版本, 应该就可以解决了。
可以参考刚刚提交的 的版本

@musicode
Copy link
Author

musicode commented Jun 4, 2017

@huangminlinux 理解 input view 内置一种的选择,只是好奇为啥没选微信这种主流设计。。。

@musicode
Copy link
Author

musicode commented Jun 6, 2017

刚需有以下两个:

  1. 下拉刷新
  2. 长按消息体弹出 tooltip

不知是否有计划实现呢?

@musicode
Copy link
Author

musicode commented Jun 9, 2017

消息数组的顺序排列要按照时间顺序排列

跨天会有问题么,比如第一条是 00:01,拉一条历史消息是 12:59

@musicode
Copy link
Author

请问 RN 的示例现在是最新的么,我看依赖库好像还没更新。。。

@huangminlinux
Copy link
Contributor

示例是最新的,直接更新到 0.3.2 就行

@musicode
Copy link
Author

会报错

image

@huangminlinux
Copy link
Contributor

有错误日志吗?

@musicode
Copy link
Author

objc[4889]: Class PLBuildVersion is implemented in both /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/AssetsLibraryServices.framework/AssetsLibraryServices (0x1160c9998) and /Applications/Xcode.app/Contents/Developer/Platforms/iPhoneSimulator.platform/Developer/SDKs/iPhoneSimulator.sdk/System/Library/PrivateFrameworks/PhotoLibraryServices.framework/PhotoLibraryServices (0x115eeb880). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTMultipartStreamReader is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333070) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3ad30). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTFrameUpdate is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3330c0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3add0). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTI18nUtil is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333138) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3ae98). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTJSStackFrame is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333160) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3aec0). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTConvert is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3331b0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3af10). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTRootShadowView is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3332a0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b0a0). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTMethodArgument is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3332f0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b0f0). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTModuleMethod is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333340) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b140). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTMultipartDataTask is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333390) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b190). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTDisplayLink is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3333e0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b3c0). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTViewManager is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333458) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b4d8). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTLoadingProgress is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3334a8) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b668). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTJavaScriptLoader is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3334f8) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b6b8). One of the two will be used. Which one is undefined.
objc[4889]: Class JSCSamplingProfiler is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333548) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3b898). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTAccessibilityManager is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333570) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3ba00). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTDevLoadingView is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3335c0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3ba50). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTCookieMap is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333638) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3bc08). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTJavaScriptContext is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333660) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3bc30). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTJSCExecutor is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3336b0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3bc80). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTJSContextProvider is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333700) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3bcd0). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTBatchedBridge is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333750) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3bd20). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTDevMenuItem is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333200) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3be10). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTDevMenu is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333250) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3be60). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTModuleData is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3337a0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3bf50). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTPerformanceLogger is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3337f0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3bfa0). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTParserUtils is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333868) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3c108). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTView is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333890) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3c130). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTKeyCommand is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3338e0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3c310). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTKeyCommands is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333930) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3c360). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTBridge is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333980) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3c450). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTShadowView is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3339d0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3c5e0). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTEventDispatcher is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333a48) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3ca18). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTAnimation is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333a70) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3cb30). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTLayoutAnimation is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333ac0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3cb80). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTUIManager is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333b38) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3cbf8). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTProfile is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333b88) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3cc98). One of the two will be used. Which one is undefined.
objc[4889]: Class RCTComponentData is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a333c00) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3ccc0). One of the two will be used. Which one is undefined.
objc[4889]: Class RNTAuroraIController is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a330520) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3e048). One of the two will be used. Which one is undefined.
objc[4889]: Class RNTInputViewManager is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a330430) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3e098). One of the two will be used. Which one is undefined.
objc[4889]: Class RNTMessageListViewManager is implemented in both /Users/zhujl/Library/Developer/Xcode/DerivedData/TestRNIMUI-afsespwifyxnkocgkjwwpnqyocfw/Build/Products/Debug-iphonesimulator/RNTAuroraIMUI.framework/RNTAuroraIMUI (0x10a3304d0) and /Users/zhujl/Library/Developer/CoreSimulator/Devices/0B6EA071-9DCB-4E71-B11B-E6EDC059F2E7/data/Containers/Bundle/Application/0DF544F6-6818-44B7-BF28-42E64F28E3BC/TestRNIMUI.app/TestRNIMUI (0x109f3e0e8). One of the two will be used. Which one is undefined.
2017-06-13 11:22:02.915673 TestRNIMUI[4889:121194] [] nw_host_stats_add_src recv too small, received 24, expected 28
2017-06-13 11:22:02.915870 TestRNIMUI[4889:121194] [] nw_host_stats_add_src recv too small, received 24, expected 28
2017-06-13 11:22:02.916428 TestRNIMUI[4889:121194] [] nw_host_stats_add_src recv too small, received 24, expected 28
2017-06-13 11:22:02.918272 TestRNIMUI[4889:121195] [] nw_host_stats_add_src recv too small, received 24, expected 28
2017-06-13 11:22:02.939 [info][tid:main][RCTBatchedBridge.m:72] Initializing <RCTBatchedBridge: 0x600000186250> (parent: <RCTBridge: 0x6100000c26f0>, executor: RCTJSCExecutor)
2017-06-13 11:22:02.990645 TestRNIMUI[4889:121195] [] nw_host_stats_add_src recv too small, received 24, expected 28
2017-06-13 11:22:02.991 [warn][tid:main][RCTBridge.m:111] Class RNTAuroraIController was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.991 [warn][tid:main][RCTBridge.m:111] Class RCTWebSocketExecutor was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.991 [warn][tid:main][RCTBridge.m:111] Class RCTVibration was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.992 [warn][tid:main][RCTBridge.m:111] Class RCTSettingsManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.992 [warn][tid:main][RCTBridge.m:111] Class RCTHTTPRequestHandler was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.992 [warn][tid:main][RCTBridge.m:111] Class RCTDataRequestHandler was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.992 [warn][tid:main][RCTBridge.m:111] Class RCTFileRequestHandler was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.992 [warn][tid:main][RCTBridge.m:111] Class RCTLocalAssetImageLoader was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.992 [warn][tid:main][RCTBridge.m:111] Class RCTImageEditingManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.993 [warn][tid:main][RCTBridge.m:111] Class RCTImageLoader was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.993 [warn][tid:main][RCTBridge.m:111] Class RCTGIFImageDecoder was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.993 [warn][tid:main][RCTBridge.m:111] Class RCTImageStoreManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.995 [warn][tid:main][RCTBridge.m:111] Class RCTActionSheetManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.996 [warn][tid:main][RCTBridge.m:111] Class RCTDeviceInfo was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.996 [warn][tid:main][RCTBridge.m:111] Class RCTUIManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.996 [warn][tid:main][RCTBridge.m:111] Class RCTEventDispatcher was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.996 [warn][tid:main][RCTBridge.m:111] Class RCTRedBox was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.996 [warn][tid:main][RCTBridge.m:111] Class RCTI18nManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.996 [warn][tid:main][RCTBridge.m:111] Class RCTPlatform was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.997 [warn][tid:main][RCTBridge.m:111] Class RCTClipboard was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.997 [warn][tid:main][RCTBridge.m:111] Class RCTDevMenu was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.997 [warn][tid:main][RCTBridge.m:111] Class RCTDevSettings was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.997 [warn][tid:main][RCTBridge.m:111] Class RCTJSCExecutor was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.997 [warn][tid:main][RCTBridge.m:111] Class RCTTiming was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.997 [warn][tid:main][RCTBridge.m:111] Class RCTDevLoadingView was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.998 [warn][tid:main][RCTBridge.m:111] Class RCTAccessibilityManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.998 [warn][tid:main][RCTBridge.m:111] Class JSCSamplingProfiler was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.998 [warn][tid:main][RCTBridge.m:111] Class RCTPerfMonitor was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.998 [warn][tid:main][RCTBridge.m:111] Class RCTViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.998 [warn][tid:main][RCTBridge.m:111] Class RNTMessageListViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.998 [warn][tid:main][RCTBridge.m:111] Class RNTInputViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.999 [warn][tid:main][RCTBridge.m:111] Class RCTTextViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.999 [warn][tid:main][RCTBridge.m:111] Class RCTTextFieldManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.999 [warn][tid:main][RCTBridge.m:111] Class RCTRawTextManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.999 [warn][tid:main][RCTBridge.m:111] Class RCTTextManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.999 [warn][tid:main][RCTBridge.m:111] Class RCTImageViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:02.999 [warn][tid:main][RCTBridge.m:111] Class RCTNavigatorManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.000 [warn][tid:main][RCTBridge.m:111] Class RCTModalHostViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.000 [warn][tid:main][RCTBridge.m:111] Class RCTRefreshControlManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.000 [warn][tid:main][RCTBridge.m:111] Class RCTPickerManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.000 [warn][tid:main][RCTBridge.m:111] Class RCTSegmentedControlManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.000 [warn][tid:main][RCTBridge.m:111] Class RCTWebViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.000 [warn][tid:main][RCTBridge.m:111] Class RCTTabBarItemManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.001 [warn][tid:main][RCTBridge.m:111] Class RCTNavItemManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.001 [warn][tid:main][RCTBridge.m:111] Class RCTSliderManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.001 [warn][tid:main][RCTBridge.m:111] Class RCTTabBarManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.002 [warn][tid:main][RCTBridge.m:111] Class RCTScrollViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.002 [warn][tid:main][RCTBridge.m:111] Class RCTScrollContentViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.002 [warn][tid:main][RCTBridge.m:111] Class RCTDatePickerManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.002 [warn][tid:main][RCTBridge.m:111] Class RCTActivityIndicatorViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.002 [warn][tid:main][RCTBridge.m:111] Class RCTSwitchManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.002 [warn][tid:main][RCTBridge.m:111] Class RCTProgressViewManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.002 [warn][tid:main][RCTBridge.m:111] Class RCTAsyncLocalStorage was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.003 [warn][tid:main][RCTBridge.m:111] Class RCTExceptionsManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.003 [warn][tid:main][RCTBridge.m:111] Class RCTAlertManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.003 [warn][tid:main][RCTBridge.m:111] Class RCTSourceCode was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.004 [warn][tid:main][RCTBridge.m:111] Class RCTEventEmitter was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.004 [warn][tid:main][RCTBridge.m:111] Class RCTWebSocketModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.004 [warn][tid:main][RCTBridge.m:111] Class RCTNetworking was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.004 [warn][tid:main][RCTBridge.m:111] Class RCTNetInfo was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.004 [warn][tid:main][RCTBridge.m:111] Class RCTLinkingManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.005 [warn][tid:main][RCTBridge.m:111] Class RCTLocationObserver was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.005 [warn][tid:main][RCTBridge.m:111] Class RCTNativeAnimatedModule was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.005 [warn][tid:main][RCTBridge.m:111] Class RCTKeyboardObserver was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.005 [warn][tid:main][RCTBridge.m:111] Class RCTAppState was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.005 [warn][tid:main][RCTBridge.m:111] Class RCTStatusBarManager was not exported. Did you forget to use RCT_EXPORT_MODULE()?
2017-06-13 11:22:03.036738 TestRNIMUI[4889:121197] [] nw_host_stats_add_src recv too small, received 24, expected 28
2017-06-13 11:22:13.089 [error][tid:com.facebook.react.JavaScript] Native module cannot be null.
2017-06-13 11:22:13.098 [error][tid:com.facebook.react.JavaScript] Requiring module "InitializeCore", which threw an exception: Invariant Violation: Native module cannot be null.
2017-06-13 11:22:13.098 TestRNIMUI[4889:120932] -[RCTUIManager allocateRootTag]: unrecognized selector sent to instance 0x6000000a6120
2017-06-13 11:22:13.116 TestRNIMUI[4889:120932] *** Terminating app due to uncaught exception 'NSInvalidArgumentException', reason: '-[RCTUIManager allocateRootTag]: unrecognized selector sent to instance 0x6000000a6120'
*** First throw call stack:
(
	0   CoreFoundation                      0x000000010ad8ad4b __exceptionPreprocess + 171
	1   libobjc.A.dylib                     0x000000010d6d821e objc_exception_throw + 48
	2   CoreFoundation                      0x000000010adfaf04 -[NSObject(NSObject) doesNotRecognizeSelector:] + 132
	3   CoreFoundation                      0x000000010ad10005 ___forwarding___ + 1013
	4   CoreFoundation                      0x000000010ad0fb88 _CF_forwarding_prep_0 + 120
	5   TestRNIMUI                          0x0000000109d4ec34 -[RCTRootView reactTag] + 436
	6   TestRNIMUI                          0x0000000109d4f081 -[RCTRootView bundleFinishedLoading:] + 193
	7   TestRNIMUI                          0x0000000109d4ef95 -[RCTRootView javaScriptDidLoad:] + 437
	8   CoreFoundation                      0x000000010ad285ec __CFNOTIFICATIONCENTER_IS_CALLING_OUT_TO_AN_OBSERVER__ + 12
	9   CoreFoundation                      0x000000010ad284eb _CFXRegistrationPost + 427
	10  CoreFoundation                      0x000000010ad28252 ___CFXNotificationPost_block_invoke + 50
	11  CoreFoundation                      0x000000010aceb282 -[_CFXNotificationRegistrar find:object:observer:enumerator:] + 2018
	12  CoreFoundation                      0x000000010acea31b _CFXNotificationPost + 667
	13  Foundation                          0x000000010b21d81b -[NSNotificationCenter postNotificationName:object:userInfo:] + 66
	14  RNTAuroraIMUI                       0x000000010a27830c __38-[RCTBatchedBridge executeSourceCode:]_block_invoke.257 + 220
	15  libdispatch.dylib                   0x000000010f9ae978 _dispatch_call_block_and_release + 12
	16  libdispatch.dylib                   0x000000010f9d80cd _dispatch_client_callout + 8
	17  libdispatch.dylib                   0x000000010f9b88a4 _dispatch_main_queue_callback_4CF + 406
	18  CoreFoundation                      0x000000010ad4ee49 __CFRUNLOOP_IS_SERVICING_THE_MAIN_DISPATCH_QUEUE__ + 9
	19  CoreFoundation                      0x000000010ad1437d __CFRunLoopRun + 2205
	20  CoreFoundation                      0x000000010ad13884 CFRunLoopRunSpecific + 420
	21  GraphicsServices                    0x0000000112011a6f GSEventRunModal + 161
	22  UIKit                               0x000000010b779c68 UIApplicationMain + 159
	23  TestRNIMUI                          0x0000000109d370ef main + 111
	24  libdyld.dylib                       0x000000010fa2468d start + 1
	25  ???                                 0x0000000000000001 0x0 + 1
)
libc++abi.dylib: terminating with uncaught exception of type NSException
(lldb) 

这算么?

@huangminlinux
Copy link
Contributor

这崩溃原因应该不是 IMUI 导致的。

@huangminlinux
Copy link
Contributor

先关闭这个 issue ,如果有其他问题可以新建 issue

@musicode
Copy link
Author

RN 版本可以升级一下么,我看还是两周前的版本

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

No branches or pull requests

4 participants