cctvmikeowen
cctvmikeowen
## 你的运行环境 * 插件版本: * react-native 版本:0.62 "jcore-react-native": "^1.8.0", "jpush-react-native": "^2.8.1", google play无法审核通过,于是我把本地node_modules/jcore-react-native/android/libs 和node_modules/jcore-react-native/libs目录下的.jar .so删除,在把从官网下载google play版本,压缩包里面的.jar,和.so分别 放到node_modules/jcore-react-native/android/libs和node_modules/jcore-react-native/lib的对应位置,接着运行npx react-native run-android ,但是编译报错 Caused by: com.android.tools.r8.utils.AbortException: Error: Program type already present: cn.asus.push.BuildConfig at...
运行环境 * jpush-react-native:2.6.1 * react-native 版本:0.61.2 无法注册监听事件,如下报错了  const Receive=(message:any)=>{ console.log("接收到了推送事件") console.log(message); } JPushModule.addReceiveNotificationListener(Receive)
react-native 0.62 ios xcode product Archive Use of undeclared identifier 'FBSDKApplicationDelegate'
Debugging is normal, and the package reports an error #import "AppDelegate.h" #import #import #import #if DEBUG #import #import #import #import #import #import //facebook #import #import //google #import static void InitializeFlipper(UIApplication...
```jsx import { Platform } from 'react-native'; import AMapGeolocation from '@uiw/react-native-amap-geolocation'; let apiKey = ''; if (Platform.OS === 'ios') { apiKey = '用于 iOS 的 apiKey'; } if (Platform.OS ===...