mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 17:31:06 +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
8 lines
161 B
JavaScript
8 lines
161 B
JavaScript
import invariant from '../utils/invariant';
|
|
|
|
export default () =>
|
|
invariant(
|
|
false,
|
|
'`getScreenConfig` has been replaced with `getScreenOptions`'
|
|
);
|