react-native/Libraries
Brent Vatne c668fd5be0 [ReactNative] Add "RCTNativeAppEventEmitter"
Summary:
As mentioned in #906, [in the docs it mentions sending native app events](http://facebook.github.io/react-native/docs/nativemodulesios.html#sending-events-to-javascript) eg: calendar event reminder received, through the `RCTNativeAppEventEmitter`, but the JS module for that is missing. This adds it - it's nothing more than an instance of `EventEmitter`, just like [RCTDeviceEventEmitter](https://github.com/facebook/react-native/blob/master/Libraries/Device/RCTDeviceEventEmitter.js).
Closes https://github.com/facebook/react-native/pull/918
Github Author: Brent Vatne <brent.vatne@madriska.com>

Test Plan: Imported from GitHub, without a `Test Plan:` line.
2015-05-15 16:57:18 -08:00
..
ART [ReactNative] Rename ReactIOS JS module (and relatives) to ReactNative. 2015-05-13 13:24:35 -07:00
ActionSheetIOS [ReactNative] Fix analyze errors on oss 2015-04-24 08:28:35 -08:00
AdSupport [ReactNative] Fix analyze errors on oss 2015-04-24 08:28:35 -08:00
Animation [react-native] Codemod .getNodeHandle, .getNativeNode to React.findNodeHandle 2015-05-13 13:24:37 -07:00
AppRegistry [ReactNative] Back out D2014163 entirely 2015-04-23 12:02:47 -08:00
AppStateIOS [ReactNative] Document AppStateIOS 2015-03-25 14:24:41 -08:00
BatchedBridge [Flow] v0.11.0 cleaning - Part 15 (Libraries/FBReactKit/js) 2015-05-13 13:24:37 -07:00
CameraRoll [Flow] v0.11.0 cleaning - Part 14 (react-native-github) 2015-05-13 13:24:36 -07:00
Components [TextInput] Add `onLayout` to TextInput, forwarding it to the native views 2015-05-15 11:52:23 -08:00
CustomComponents Add more documentation in ListViewDataSource 2015-05-15 13:47:43 -08:00
Device flowify some Libraries 2015-03-25 11:09:54 -08:00
Fetch Bump fetch and add exports/globals for Headers, Request and Response 2015-05-07 13:24:16 -08:00
Geolocation [ReactNative] Use explicit doubles on RCTLocationOptions to avoid NSInvocation bug 2015-05-02 14:19:56 -08:00
Image [ReactNative] Resolve assets on Android 2015-05-13 13:24:36 -07:00
Interaction React Native: Fix InteractionManager Race Condition 2015-04-13 11:14:11 -08:00
JavaScriptAppEngine [ReactNative] Add console.profile hooks to systrace 2015-05-14 15:59:20 -08:00
LinkingIOS Updates from Fri 24 Apr 2015-04-24 11:46:18 -07:00
NativeApp [ReactNative] Add "RCTNativeAppEventEmitter" 2015-05-15 16:57:18 -08:00
Network Force `responseHeaders` to lower case to respect case-insensitivity 2015-05-05 14:09:40 -08:00
Picker [ReactNative] Rename ReactIOS JS module (and relatives) to ReactNative. 2015-05-13 13:24:35 -07:00
PushNotificationIOS [ReactNative] pass in launchOptions to relevant bridged modules 2015-04-30 14:51:09 -08:00
RCTTest [ReactNative] Fail faster in OSS tests 2015-05-06 14:28:30 -08:00
RKBackendNode [ReactNative] Rename ReactIOS JS module (and relatives) to ReactNative. 2015-05-13 13:24:35 -07:00
ReactIOS [ReactNative] Fix some mount callback issues 2015-05-15 10:59:09 -08:00
ReactNative [ReactNative] Remove ReactNativeComponentMixin 2015-05-14 08:17:20 -08:00
Settings Fixed UIExplorer in Catalyst shell 2015-05-06 00:08:08 -08:00
Storage Make AsyncStorage types match the implementations 2015-05-01 18:26:11 -08:00
StyleSheet [ReactNative] Better error message when passing an Animated to a View 2015-05-15 11:01:46 -08:00
Text Fixing misprint in RCText.m 2015-05-14 13:02:47 -08:00
Utilities [ReactNative] Fix some mount callback issues 2015-05-15 10:59:09 -08:00
Vibration [ReactNative] Fix analyze errors on oss 2015-04-24 08:28:35 -08:00
WebSocket Fixed RCTWebSocket and chrome debugging in OSS 2015-05-15 11:37:07 -08:00
react-native [ReactNative] Add "RCTNativeAppEventEmitter" 2015-05-15 16:57:18 -08:00
vendor [ReactNative] Rename ReactIOS JS module (and relatives) to ReactNative. 2015-05-13 13:24:35 -07:00
Promise.js Replace ES6Promise with Promise 2015-04-15 06:06:29 -08:00