figureai/figureai.github.io

ReactNative | bug 合集 | 惰性程序员

Opened this issue · 1 comments

https://figureai.github.io/2020/03/29/ReactNative%20%7C%20bug%20%E5%90%88%E9%9B%86/

iOS xcode11 以上运行报错 Unknown argument type ‘attribute’ in method -[RCTAppState getCurrentAppState:error:]. Extend RCTConvert to support this type. // 解决方案一: 升级RN版本到0.59.9以上// 解决方案二: [project_folder]

错了,是这一行 RCTReadString(input, “attribute((unused))”) ||