We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 584672c commit 189ea80Copy full SHA for 189ea80
README.md
@@ -13,7 +13,7 @@ https://github.com/user-attachments/assets/fbdd9ce2-f4b9-4d0c-bd91-2e62bb422d69
13
14
## Documentation
15
16
-The full documentation can be found on our [website]().
+The full documentation can be found on our [website](https://okwasniewski.github.io/react-native-bottom-tabs/).
17
18
## Contributing
19
docs/rspress.config.ts
@@ -3,6 +3,7 @@ import { defineConfig } from 'rspress/config';
3
4
export default defineConfig({
5
root: path.join(__dirname, 'docs'),
6
+ base: '/react-native-testing-library/',
7
title: 'Native Bottom Tabs',
8
description: 'React Native Bottom Tabs Documentation',
9
themeConfig: {
0 commit comments