摘要:
JSONObject jsonObject = new JSONObject(); try { jsonObject.put("code",code); } catch (JSONException e) { e.printStackTrace(); } String jsonStr = jsonO 阅读全文
摘要:
https://blog.csdn.net/u014078990/article/details/83752223 1,app build.gradle: //微信登录 api 'com.tencent.mm.opensdk:wechat-sdk-android-without-mta:+' 2,权 阅读全文
摘要:
报错信息: Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, file /Users/samyao/Git/trace/node_modules/react-nati 阅读全文
该文被密码保护。 阅读全文
摘要:
参考链接:https://www.jianshu.com/p/1e5200898c7b public void request(String jsonStr, ApiSucess sucess, ApiErr err) { try { JSONObject obj = new JSONObject( 阅读全文
摘要:
报错信息: Unknown argument type 'attribute' in method -[RCTAppState getCurrentAppState:error:]. Extend RCTConvert to support this type 解决办法: 全局搜索RCTParseU 阅读全文
摘要:
Xcode控制台报错信息: Assertion failed: (severity >= 0 && severity < NUM_SEVERITIES), function SetLogDestination, file /Users/z/code/rntest/OldRNDemo/node_mod 阅读全文
摘要:
error: Build input file cannot be found: '/Users/galahad/Desktop/ziliao/RN和Native交互/react-native-blog-examples/Chapter10-RNInteractionWithNative/RNAdd 阅读全文
摘要:
转载自:https://blog.csdn.net/lifeng__/article/details/101521095 我的xcode打包闪退,尝试启动项目,遇到React Native启动报错的问题,原本的项目的是Xcode10的,现在我更新了我Xcode版本到Xcode11. 报错为 Unkn 阅读全文
摘要:
转载自: https://www.jianshu.com/p/8cdbe3a9b302 之前一时冲动升级了Xcode,然后不敢升级自己的react-native版本。怕版本差异太大。掉进坑里面。所以只好走了一遍Xcode坑之路。 1.升级为Xcode之后。有点崩溃。各种爆粗。。。主要是 node_m 阅读全文