From 06acf3b0ec06ccaff73cb7c9f89b43cb4dbd8b83 Mon Sep 17 00:00:00 2001 From: Szymon Chmal Date: Mon, 9 Mar 2026 09:09:48 +0100 Subject: [PATCH] chore: update links in README --- README.md | 16 ++++++++++------ 1 file changed, 10 insertions(+), 6 deletions(-) diff --git a/README.md b/README.md index 12414e8f..b7692cad 100644 --- a/README.md +++ b/README.md @@ -24,14 +24,18 @@ Voltra turns React Native JSX into SwiftUI and Jetpack Compose Glance so you can The documentation is available at [use-voltra.dev](https://use-voltra.dev). 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) -- [API Reference](https://use-voltra.dev/api/configuration) +- [Getting Started](https://use-voltra.dev/getting-started/introduction) +- [Installation](https://use-voltra.dev/getting-started/installation) +- [iOS Setup](https://use-voltra.dev/ios/setup) +- [Android Setup](https://use-voltra.dev/android/setup) +- [iOS Development](https://use-voltra.dev/ios/development/developing-live-activities) +- [Android Development](https://use-voltra.dev/android/development/developing-widgets) +- [iOS API Reference](https://use-voltra.dev/ios/api/configuration) +- [Android API Reference](https://use-voltra.dev/android/api/plugin-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 +56,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://use-voltra.dev/getting-started/installation) for detailed setup instructions. ## Quick example