mirror of
https://github.com/status-im/react-navigation.git
synced 2025-02-25 09:35:19 +00:00
12 lines
230 B
JavaScript
12 lines
230 B
JavaScript
/* @flow */
|
|
|
|
export const Linking = {
|
|
addEventListener: () => {},
|
|
removeEventListener: () => {},
|
|
getInitialURL: () => Promise.reject('Unsupported platform'),
|
|
};
|
|
|
|
export const BackAndroid = {
|
|
addEventListener: () => {},
|
|
};
|