mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-02-12 22:30:36 +08:00
6 lines
130 B
TypeScript
6 lines
130 B
TypeScript
export default function () {
|
|
throw new Error(
|
|
"'NavigationNativeContainer' has been renamed to 'NavigationContainer"
|
|
);
|
|
}
|