fix(rn) Fix native after stage filmstrip merge (#11247)
This commit is contained in:
parent
d2f70b0006
commit
45e8140209
|
@ -102,3 +102,12 @@ export function isReorderingEnabled(state) {
|
|||
return enableThumbnailReordering;
|
||||
}
|
||||
|
||||
/**
|
||||
* Whether the stage filmstrip is disabled or not.
|
||||
*
|
||||
* @param {Object} state - Redux state.
|
||||
* @returns {boolean}
|
||||
*/
|
||||
export function isStageFilmstripEnabled() {
|
||||
return false;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue