aJIEw

Results 2 issues of aJIEw

push-notification-ios 已经从 [email protected] 中移动到 @react-native-community/push-notification-ios 中了,所以需要对 `index.js` 作如下修改: ```diff import { NativeModules, Platform, - PushNotificationIOS, NativeEventEmitter, PermissionsAndroid, } from 'react-native'; +import PushNotificationIOS from "@react-native-community/push-notification-ios"; ``` 参考 [Migrating from the core...

**Is your feature request related to a problem? Please describe.** It looks like when using the card component with session flow, there's no way to know that the shopper submitted...

enhancement