mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-05-04 20:21:07 +08:00
* Isolate modules for uncontainerized navigators * Clean up prop-types * Fix warnings and web import friendlyness * strip a flow * Standalone provider/consumer navigation context * export shallowEqual as module * address various lint # Conflicts: # src/navigators/createStackNavigator.js * Get tests to pass
14 lines
532 B
Plaintext
14 lines
532 B
Plaintext
// Jest Snapshot v1, https://goo.gl/fbAQLP
|
|
|
|
exports[`NavigationContainer warnings detached navigators warns when you render more than one container explicitly 1`] = `
|
|
Object {
|
|
"console": [MockFunction] {
|
|
"calls": Array [
|
|
Array [
|
|
"You should only render one navigator explicitly in your app, and other navigators should by rendered by including them in that navigator. Full details at: https://reactnavigation.org/docs/common-mistakes.html#explicitly-rendering-more-than-one-navigator",
|
|
],
|
|
],
|
|
},
|
|
}
|
|
`;
|