mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-23 00:28:12 +00:00
* Add fbemitter, keep flow passing * Begin support for event emitter - Adds emitter to navigation prop - Emits top level onAction event - stub getChildEventSubscriber for child events * Support navigationState.isNavigating * Focus and blur events starting to work - Navigation completion action wired up - Event chaining logic built in getChildEventSubscriber - Renamed onAction evt to ‘action’ * Wrap up events progress and testing * Rename to isTransitioning and COMPLETE_TRANSITION * rm accidental dependency * Suppoert event payload type
5 lines
67 B
JavaScript
5 lines
67 B
JavaScript
module.exports = {
|
|
trailingComma: 'es5',
|
|
singleQuote: true,
|
|
};
|