react-native/Libraries/PushNotificationIOS
Radek Czemerys 68bbccbaa2 Fix flowtype errors for PushNotificationIOS
Summary:
Flow syntax is wrong, instead of using `Array` author used syntax for [tuples](https://flow.org/en/docs/types/tuples/). Tested with flow 0.49.1.
1. Import `removeDeliveredNotifications` in your code and pass an array with more than one element.
2. Test with flow.
Closes https://github.com/facebook/react-native/pull/15490

Differential Revision: D5622949

Pulled By: ericnakagawa

fbshipit-source-id: f9ed35a178eebac1b26a6ec15c66dc14331f7d34
2017-08-14 12:03:18 -07:00
..
RCTPushNotification.xcodeproj Standardize project indentation settings on 2 spaces 2017-07-31 05:20:03 -07:00
PushNotificationIOS.js Fix flowtype errors for PushNotificationIOS 2017-08-14 12:03:18 -07:00
RCTPushNotificationManager.h Handle push notifications on iOS 2017-02-03 11:58:30 -08:00
RCTPushNotificationManager.m Set alertTitle in UILocalNotification 2017-08-06 20:22:21 -07:00