Skip to content

Commit 2bbdbc7

Browse files
jeffmofacebook-github-bot-3
authored andcommitted
React native fixups
Reviewed By: @gabelevi Differential Revision: D2456130
1 parent c649553 commit 2bbdbc7

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

Examples/UIExplorer/ExampleTypes.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@
1818

1919
export type Example = {
2020
title: string,
21+
/* $FlowFixMe(>=0.16.0) */
2122
render: () => ?ReactElement<any, any, any>,
2223
description?: string,
2324
platform?: string;

Libraries/PushNotificationIOS/PushNotificationIOS.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ class PushNotificationIOS {
211211
* Listening to the `notification` event and invoking
212212
* `popInitialNotification` is sufficient
213213
*/
214-
constructor(nativeNotif) {
214+
constructor(nativeNotif: Object) {
215215
this._data = {};
216216

217217
// Extract data from Apple's `aps` dict as defined:

0 commit comments

Comments
 (0)