├── 0000-template.md ├── LICENSE.md ├── README.md └── text ├── 0000-containerization.md ├── 0000-tabbar-longpress.md ├── 0001-event-system.md ├── 0002-navigator-view-api.md ├── 0003-improve-getting-params.md ├── 0004-less-pushy-navigate.md ├── 0005-shallow-navigation-options.md ├── 0006-action-creators.md ├── 0007-status-bar-options.md └── 0008-back-behaviour-for-tabs.md /0000-template.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/0000-template.md -------------------------------------------------------------------------------- /LICENSE.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/LICENSE.md -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/README.md -------------------------------------------------------------------------------- /text/0000-containerization.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0000-containerization.md -------------------------------------------------------------------------------- /text/0000-tabbar-longpress.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0000-tabbar-longpress.md -------------------------------------------------------------------------------- /text/0001-event-system.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0001-event-system.md -------------------------------------------------------------------------------- /text/0002-navigator-view-api.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0002-navigator-view-api.md -------------------------------------------------------------------------------- /text/0003-improve-getting-params.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0003-improve-getting-params.md -------------------------------------------------------------------------------- /text/0004-less-pushy-navigate.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0004-less-pushy-navigate.md -------------------------------------------------------------------------------- /text/0005-shallow-navigation-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0005-shallow-navigation-options.md -------------------------------------------------------------------------------- /text/0006-action-creators.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0006-action-creators.md -------------------------------------------------------------------------------- /text/0007-status-bar-options.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0007-status-bar-options.md -------------------------------------------------------------------------------- /text/0008-back-behaviour-for-tabs.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/react-navigation/rfcs/HEAD/text/0008-back-behaviour-for-tabs.md --------------------------------------------------------------------------------