Update useHandoffListener.ts
This commit is contained in:
parent
715991b106
commit
6765dd7246
@ -1,6 +1,3 @@
|
||||
import { Platform } from 'react-native';
|
||||
import iosHandoffListener from './useHandoffListener.ios';
|
||||
|
||||
const useHandoffListener = Platform.OS === 'ios' ? iosHandoffListener : () => {};
|
||||
const useHandoffListener = () => {};
|
||||
|
||||
export default useHandoffListener;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user