Skip to content

Commit

Permalink
respond to PR feedback
Browse files Browse the repository at this point in the history
  • Loading branch information
BrooklinJazz committed Aug 12, 2024
1 parent 01a47f6 commit 18b3fd6
Showing 1 changed file with 1 addition and 20 deletions.
21 changes: 1 addition & 20 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,12 +52,6 @@ Add `live_view_native` to your list of dependencies in the `mix.exs` file. In ad
{:live_view_native_live_form, "~> 0.3.0-rc.3"}
```

The versions above may be subject to change, so make sure to check the library documentation for the latest version.
* [LiveView Native Versions](https://hex.pm/packages/live_view_native/versions)
* [LiveView Native Stylesheet Versions](https://hex.pm/packages/live_view_native_stylesheet/versions)
* [LiveView Native SwiftUI Client Versions](https://hex.pm/packages/live_view_native_swiftui/versions)
* [LiveView Native Live Form Versions](https://hex.pm/packages/live_view_native_live_form/versions)

Then run:

```
Expand All @@ -66,26 +60,13 @@ $ mix lvn.setup

and follow the instructions on how to complete the setup process.

## Main Branch

To try out new features or get the latest bugfixes you can also use the `main` branch for LiveView Native dependencies.

```elixir
{:live_view_native, github: "liveview-native/live_view_native", override: true},
{:live_view_native_stylesheet, github: "liveview-native/live_view_native_stylesheet"},
{:live_view_native_swiftui, github: "liveview-native/liveview-client-swiftui"},
{:live_view_native_live_form, github: "liveview-native/liveview-native-live-form"}
```

However, be aware that active changes may make your development experience unstable.

## Native Clients

LiveView Native enables native client frameworks such as the [LiveView Native SwiftUI Client](https://github.com/liveview-native/liveview-client-swiftui) and the [LiveView Native Jetpack Client (In Progress)](https://github.com/liveview-native/liveview-client-jetpack).

### SwiftUI Client

To create your first LiveView Native LiveView, go to the [LiveView Native SwiftUI Client Usage](https://github.com/liveview-native/liveview-client-swiftui?tab=readme-ov-file#usage) guide on GitHub. Alternatively, you can read the [LiveView Native SwiftUI Documentation] where you can find documentation, examples, and interactive Livebook guides.
To create your first LiveView Native LiveView, go to the [LiveView Native SwiftUI Client Usage](https://github.com/liveview-native/liveview-client-swiftui?tab=readme-ov-file#usage) guide on GitHub. Alternatively, you can read the [LiveView Native SwiftUI Documentation](https://hexdocs.pm/live_view_native_swiftui/0.3.0-rc.1/readme.html) where you can find documentation, examples, and interactive Livebook guides.

### Jetpack (Android) Client

Expand Down

0 comments on commit 18b3fd6

Please sign in to comment.