Remove redundant UnimplementedView export from BackHandler (#47461)

Summary:
Pull Request resolved: https://github.com/facebook/react-native/pull/47461

As titled, is overwritten later in the file.

Changelog: [Internal]

Reviewed By: cortinico

Differential Revision: D65546370

fbshipit-source-id: 4ea71d24e429b7bbded3e7bb7c75015a2c9d95d8
This commit is contained in:
Alex Hunt
2024-11-07 05:13:53 -08:00
committed by Facebook GitHub Bot
parent 9e399d940a
commit 4567e2a897
@@ -10,8 +10,6 @@
'use strict';
module.exports = require('../Components/UnimplementedViews/UnimplementedView');
type BackPressEventName = 'backPress' | 'hardwareBackPress';
function emptyFunction(): void {}