mirror of
https://github.com/zhigang1992/react-native.git
synced 2026-03-26 07:04:05 +08:00
React native fixups
Reviewed By: @gabelevi Differential Revision: D2456130
This commit is contained in:
committed by
facebook-github-bot-3
parent
c6495531fb
commit
2bbdbc704d
@@ -211,7 +211,7 @@ class PushNotificationIOS {
|
||||
* Listening to the `notification` event and invoking
|
||||
* `popInitialNotification` is sufficient
|
||||
*/
|
||||
constructor(nativeNotif) {
|
||||
constructor(nativeNotif: Object) {
|
||||
this._data = {};
|
||||
|
||||
// Extract data from Apple's `aps` dict as defined:
|
||||
|
||||
Reference in New Issue
Block a user