mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
Log route parameters in the scene-tracker (#38654)
Summary: Pull Request resolved: https://github.com/facebook/react-native/pull/38654 Changelog: [Internal][Added] - Created mechanism to add other properties in OCSceneTracker then subsequently refine them when consuming the current scene. Reviewed By: rubennorte Differential Revision: D47810741 fbshipit-source-id: d24e4f4d1d25fac2f3bed2e98e7a7b4642f26319
This commit is contained in:
committed by
Facebook GitHub Bot
parent
83c512dd2c
commit
6dc517a7fc
@@ -10,7 +10,7 @@
|
||||
|
||||
'use strict';
|
||||
|
||||
export type Scene = {name: string, ...};
|
||||
export type Scene = {name: string, [string]: mixed, ...};
|
||||
|
||||
let _listeners: Array<(scene: Scene) => void> = [];
|
||||
|
||||
|
||||
Reference in New Issue
Block a user