mirror of
https://github.com/facebook/react-native.git
synced 2025-11-01 09:14:26 +00:00
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:
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 {}
|
||||
|
||||
Reference in New Issue
Block a user