npm install --save react-notification-badgeAPINotificationBadgePropsNotificationBadge.propTypes = { count: React.PropTypes.number, label: React.PropTypes.string, containerStyle: React.PropTypes.object, style: R
AI可以替代正常的开发和找bug了。问AI:I use notifee in react native, I use requestPermission method to apply local notification permissions on IOS, I found even I set sound and badge enabled explicitly, the IOS notification setting is still silent notification (Sound and Badge is off). My IOS...