mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-08 22:44:14 +08:00
* Remove flow types from src * Finish removing Flow * Clear out flow-typed, some flow mentions in docs, website flow usage, and some other config
10 lines
217 B
JavaScript
10 lines
217 B
JavaScript
export const Linking = {
|
|
addEventListener: () => {},
|
|
removeEventListener: () => {},
|
|
getInitialURL: () => Promise.reject('Unsupported platform'),
|
|
};
|
|
|
|
export const BackHandler = {
|
|
addEventListener: () => {},
|
|
};
|