Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
Expand Up @@ -60,3 +60,4 @@ The reproduction code should be minimal & complete. Don't exclude exports or rem
- [ ] For visual changes, included screenshots / GIFs / recordings documenting the change.
- [ ] For API changes, updated relevant public types.
- [ ] Ensured that CI passes
- [ ] Updated documentation in [react-native-screens-docs](https://github.com/software-mansion/react-native-screens-docs) — link the matching docs PR here, or note "N/A" if this change does not need docs updates.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

This project aims to expose native navigation container components to React Native. It is not designed to be used as a standalone library but rather as a dependency of a [full-featured navigation library](https://github.com/react-navigation/react-navigation).

## Documentation

📘 Full documentation lives at <https://docs.swmansion.com/react-native-screens/>. The source is in a dedicated repo: [software-mansion/react-native-screens-docs](https://github.com/software-mansion/react-native-screens-docs).

## Fabric

To learn about how to use `react-native-screens` with Fabric architecture, head over to [Fabric README](README-Fabric.md). Instructions on how to run Fabric Example within this repo can be found in the [FabricExample README](FabricExample/README.md).
Expand Down
20 changes: 0 additions & 20 deletions docs/.gitignore

This file was deleted.

20 changes: 5 additions & 15 deletions docs/README.md
Original file line number Diff line number Diff line change
@@ -1,19 +1,9 @@
# Screens Documentation
# Documentation

👉 Landing: [https://docs.swmansion.com/react-native-screens/](https://docs.swmansion.com/react-native-screens/)
👉 Documentation: [https://reactnavigation.org/docs/native-stack-navigator/](https://reactnavigation.org/docs/native-stack-navigator/)
The React Native Screens documentation now lives in its own repository:

## How can I help?
📘 **[software-mansion/react-native-screens-docs](https://github.com/software-mansion/react-native-screens-docs)**

Glad you asked! You can help the project in many ways e.g. by:
The published site is at <https://docs.swmansion.com/react-native-screens/>.

- _Reading and sharing_ the docs with friends and co-workers
- _Sending feedback_ in the discussion or issues on GitHub
- _Submitting PRs_ with fixes and improvements to the docs content and styles

All feedback in all forms ranging from general to tiny fixes is highly appreciated!

## Meet the docs team

- [Balbina Fabia](https://dribbble.com/balbina): design
- [Patrycja Kalińska](https://x.com/patkalinska): site development
If you're sending a PR to this repo that changes public API or behavior, please open a matching PR in the docs repo and link it in your description.
3 changes: 0 additions & 3 deletions docs/babel.config.js

This file was deleted.

Empty file removed docs/docs/intro.md
Empty file.
92 changes: 0 additions & 92 deletions docs/docusaurus.config.js

This file was deleted.

49 changes: 0 additions & 49 deletions docs/package.json

This file was deleted.

33 changes: 0 additions & 33 deletions docs/sidebars.js

This file was deleted.

24 changes: 0 additions & 24 deletions docs/src/components/Downloads/index.tsx

This file was deleted.

63 changes: 0 additions & 63 deletions docs/src/components/Downloads/styles.module.css

This file was deleted.

12 changes: 0 additions & 12 deletions docs/src/components/FooterBackground/index.tsx

This file was deleted.

Loading
Loading