mirror of
https://github.com/zhigang1992/react-navigation.git
synced 2026-01-12 22:51:18 +08:00
The tests are being bundled and shipped in prod, this adds a bit of unneeded weight to npm installs. Now they won't be included. ``` @react-navigation/core - before: 274 files - pkg: 211.0 kB - unpkg: 1 MB - after: 238 files - pkg: 192.1 kB - unpkg: 827.3 kB ```
@react-navigation/stack
Stack navigator for React Navigation.
Installation instructions and documentation can be found on the React Navigation website.