A framework for building native applications using React
COMMITS
/ Libraries/EventEmitter/NativeEventEmitter.js May 4, 2022
M
fix: remove deprecated removeListener methods (#33580)
Matin Zadeh Dolatabad committed
February 4, 2022
M
Fix type import style in EventEmitter and Linking
Moti Zilberman committed
December 30, 2021
A
Update copyright headers from Facebook to Meta
Andres Suarez committed
November 3, 2021
T
JS: Format with Prettier v2.4.1 [3/n]
Tim Yung committed
June 1, 2021
D
pre-suppress Flow errors in xplat ahead of 153 release
Daniel Sainati committed
April 20, 2021
R
Fix incorrect warning on NativeEventEmitter when nativeModule is null
Rubén Norte committed
April 19, 2021
R
Check existence of native methods before calling them in NativeEventEmitter
Rubén Norte committed
April 12, 2021
R
Use native module passed to NativeEventEmitter on Android
Rubén Norte committed
March 23, 2021
D
codemod objects to interfaces where they appear as supertypes of classes
Daniel Sainati committed
March 11, 2021
T
RN: Restore Deprecated Event Methods
Tim Yung committed
March 6, 2021
H
Deploy Flow v0.146.0
Hans Halverson committed
February 10, 2021
T
RN: Rewrite `NativeEventEmitter`
Tim Yung committed
February 2, 2021
T
RN: Delete `NativeEventEmitter` Options
Tim Yung committed
January 7, 2021
R
Implement typed event emitters
Rubén Norte committed
January 4, 2021
R
Add FlowFixMes for future violations of typed NativeEventEmitter
Rubén Norte committed
October 15, 2020
R
Stop calling RCTNetworking.(add|remove)Listeners?
Ramanpreet Nara committed
September 3, 2020
T
EventEmitter: Replace `listeners()` with `listenerCount()`
Tim Yung committed
August 28, 2020
T
EventEmitter: Default Export `{Native,RCTDevice}EventEmitter`
Tim Yung committed
June 27, 2020
T
EventEmitter: Import `{Native,RCTDevice}EventEmitter`
Tim Yung committed
June 23, 2020
T
EventEmitter: Import `{Emitter => Event}Subscription`
Tim Yung committed
T
EventEmitter: Upgrade from `require` to `import`
Tim Yung committed
November 21, 2019
G
Exact-by-default codemod for react-native-github
George Zahariev committed
May 8, 2019
December 3, 2018
C
Use `invariant` instead of `fbjs/lib/invariant`
Christoph Nakazawa committed
September 11, 2018
H
Update copyright headers to yearless format
Héctor Ramos committed
May 11, 2018
E
Prettier React Native Libraries
Eli White committed
April 25, 2018
R
Remove @providesModule from all modules
Rubén Norte committed
February 17, 2018
S
Update license headers for MIT license
Sophie Alpert committed
October 13, 2017
T
RN: Improve NativeEventEmitter Flow Types
Tim Yung committed
June 1, 2017
A
Added stubs for some native modules
Alex Dvornikov committed
May 16, 2016
N
Fixed NativeEventListener deregistration
Nick Lockwood committed