mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-10 22:47:02 +08: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: () => {},
|
|
};
|