mirror of
https://github.com/callstack/react-native-testing-library.git
synced 2026-09-18 23:09:04 +08:00
723c8e2c04
* 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
17 lines
310 B
JSON
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"
|
|
}
|
|
]
|