phyng
phyng
感谢 @Evan-Future ! 👍 顺便提供一下综合 f8ebbb96a71e2dc4e47b2bb5dc2c650a40a353dc 代码和 @Evan-Future 修改之后的配置: 点击展开 ```gradle apply plugin: 'com.android.library' description = 'react-native-aliyun-push' buildscript { repositories { jcenter() } dependencies { classpath 'com.android.tools.build:gradle:1.3.1' classpath 'com.google.gms:google-services:3.0.0' }...
We are encountering the same issue where this crash occurs intermittently during a cycle of cold start, swiping away, and cold starting again, particularly on some older devices. Below is...
报个名。 我也抓取过统计区划代码 https://github.com/phyng/scrapy-stats 整理这些数据很有价值,现在能找到的很多都在CNKI之类的付费数据库,而且搜索体验太差。
If you encounter a similar issue, you can try adding the following resolutions to your `package.json`: ```json "resolutions": { "react": "18.2.0", "react-dom": "18.2.0", "@types/react": "~18.2.79", "@types/react-dom": "~18.2.25", "@types/react-dom/@types/react": "~18.2.79" }...
测试将 AMap3DMap 替换为最新版本 `10.0.700` 可行,安装后: - 将文件 `node_modules/react-native-amap3d/react-native-amap3d.podspec` 中的 `9.6.0` 替换为 `10.0.700` - 将文件 `node_modules/react-native-amap3d/lib/ios/react-native-amap3d.podspec` 中的 `9.6.0` 替换为 `10.0.700` 替换之后执行 `pod install` 安装替换后的版本 相关链接 https://cocoapods.org/pods/AMap3DMap