react-native/Libraries
Shuangzuan df8287d8ee [PushNotification] Unregister for remote notifications support.
Summary:
See iOS Developer Library: [- unregisterForRemoteNotifications](https://developer.apple.com/library/ios/documentation/UIKit/Reference/UIApplication_Class/index.html#//apple_ref/occ/instm/UIApplication/unregisterForRemoteNotifications).

Unregister for all remote notifications received via Apple Push Notification service.

**Discussion**
You should call this method in rare circumstances only, such as when a new version of the app removes support for all types of remote notifications. Users can temporarily prevent apps from receiving remote notifications through the Notifications section of the Settings app. Apps unregistered through this method can always re-register.
Closes https://github.com/facebook/react-native/pull/1520
Github Author: Shuangzuan <shuangzuan.he@icloud.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-06-15 12:13:46 -08:00
..
ART Fixed deployment targets for React iOS submodules 2015-06-10 06:16:15 -08:00
ActionSheetIOS Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
AdSupport Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
Animation [ReactNative] Remove AnimationUtils tests 2015-05-29 15:24:47 -08:00
AppRegistry [ErrorMessage] Change error message when app is not registered 2015-05-31 13:14:02 -08:00
AppStateIOS [RN|madman] init AppStateIOS.currentState with 'active' 2015-06-11 13:22:16 -08:00
BatchedBridge [ReactNative] Remove RCTJSTimers 2015-06-15 10:50:28 -08:00
CameraRoll [CameraRoll] support fetching videos from the camera roll 2015-06-01 15:57:32 -08:00
Components [Idea: ScrollView] Add `getScrollResponder` to ScrollView for composition 2015-06-12 11:15:51 -08:00
CustomComponents [AdsManager] Improve animation configurations 2015-06-10 23:35:52 -08:00
Device flowify some Libraries 2015-03-25 11:09:54 -08:00
Fetch [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
Geolocation Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
Image Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
Inspector [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
Interaction InteractionManager: DEV warning for possibly unclosed handles 2015-05-20 16:54:03 -08:00
JavaScriptAppEngine [ReactNative] Allow uploading native files (e.g. photos) and FormData via XMLHttpRequest 2015-06-09 12:27:05 -08:00
LinkingIOS [ReactNative] Use RCTNullIfNill and (id)kCFNull 2015-06-12 11:03:10 -08:00
NativeApp [ReactNative] Add "RCTNativeAppEventEmitter" 2015-05-15 16:57:18 -08:00
Network [ReactNative] Fix racing condition on RKHTTPRequestHandler 2015-06-15 11:24:42 -08:00
Picker Removed deprecated RCT_EXPORT + code paths 2015-06-05 09:58:25 -08:00
PushNotificationIOS [PushNotification] Unregister for remote notifications support. 2015-06-15 12:13:46 -08:00
RCTTest Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
RKBackendNode [ReactNative] clean lint in all of Libraries/ 2015-05-19 13:47:04 -08:00
ReactIOS [ReactNative] refactor the inspector 2015-06-11 13:49:54 -08:00
ReactNative [ReactNative] Remove RCTJSTimers 2015-06-15 10:50:28 -08:00
Settings Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
Storage Make AsyncStorage types match the implementations 2015-05-01 18:26:11 -08:00
StyleSheet [ReactNative] Revert D2134877 2015-06-08 13:49:28 -08:00
Text [React Native] Implement -(recursiveD|d)escription for RCT(Shadow)View 2015-06-15 12:08:45 -08:00
Utilities [Flow] Fix or suppress react-native github errors for Flow v0.12.0 2015-06-10 13:34:19 -08:00
Vibration Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
WebSocket Increased warning levels to -Wall -Wextra, and fixed Xcode 7 beta issues 2015-06-15 07:52:50 -08:00
react-native [ReactNative] Export EdgeInsetsPropType and PointPropType 2015-06-12 11:16:14 -08:00
vendor [Touchable] Add custom delay props to Touchable components 2015-06-03 12:57:28 -08:00
Promise.js Replace ES6Promise with Promise 2015-04-15 06:06:29 -08:00