From 5e80cc3a29950a00ffb21fcf5bed75003b83737c Mon Sep 17 00:00:00 2001 From: Chukwuma Okere Date: Thu, 5 Feb 2026 09:40:17 -0600 Subject: [PATCH] chore: readme docs updates --- README.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 2ba905c..0bb407f 100644 --- a/README.md +++ b/README.md @@ -22,16 +22,16 @@ Voltra turns React Native JSX into SwiftUI and Jetpack Compose Glance so you can ## Documentation -The documentation is available at [use-voltra.dev](https://use-voltra.dev). You can also use the following links to jump to specific topics: +The documentation is available at [use-voltra.dev](https://www.use-voltra.dev/getting-started). You can also use the following links to jump to specific topics: -- [Quick Start](https://use-voltra.dev/getting-started/quick-start) -- [Development](https://www.use-voltra.dev/development/developing-live-activities) -- [Components](https://www.use-voltra.dev/components/overview) +- [Getting Started](https://www.use-voltra.dev/getting-started) +- [Development](https://www.use-voltra.dev/ios/development/developing-live-activities) +- [Components](hhttps://www.use-voltra.dev/ios/components/overview) - [API Reference](https://use-voltra.dev/api/configuration) ## Getting started -> [!NOTE] +> [!NOTE] > The library isn't supported in Expo Go. To set it up correctly, you need to use [Expo Dev Client](https://docs.expo.dev/versions/latest/sdk/dev-client/). Install the package: @@ -52,7 +52,7 @@ Add the config plugin to your `app.json`: Then run `npx expo prebuild --clean` to generate the native extension targets. -See the [documentation](https://use-voltra.dev/getting-started/quick-start) for detailed setup instructions. +See the [documentation](https://www.use-voltra.dev/getting-started) for detailed setup instructions. ## Quick example