Files
Maciej Jastrzebski 723c8e2c04 docs: basic cookbook docs and app (#1622)
* docs: basic cookbook docs and app

* chore: add tests

* chore: enable example apps

* chore: fix typecheck

* chore: add lint & fix issues

* docs: tweaks

* docs: tweaks

* docs: tweaks

* chore: tweaks
2024-05-28 12:24:05 +02:00

17 lines
310 B
JSON

[
{
"text": "Docs",
"link": "/docs/start/intro",
"activeMatch": "^/docs/"
},
{
"text": "Cookbook",
"link": "/cookbook/",
"activeMatch": "^/cookbook/"
},
{
"text": "Examples",
"link": "https://github.com/callstack/react-native-testing-library/tree/main/examples"
}
]