Skip to content

Commit

Permalink
new version
Browse files Browse the repository at this point in the history
  • Loading branch information
lazaronixon committed Sep 8, 2023
1 parent 631f672 commit a3c4ac0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 2 deletions.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
## [Unreleased]

## [0.0.3] - 2023-09-08

- Add a Swift UI native screen
- Add a jetpack compose screen
- Fix android package

## [0.0.2] - 2023-09-07

- Fix android tab navigation
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
turbo-native-initializer (0.0.2)
turbo-native-initializer (0.0.3)
thor

GEM
Expand Down
11 changes: 11 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,17 @@

A turbo native project generator for iOS and Android.

## Differences when compared to the demos

- Added SwiftUI error screen. (iOS)
- Added SwiftUI numbers screen. (iOS)
- Added Jetpack Compose numbers screen. (Android)
- Added UIAlertController to handle `turbo-native-confirm`. (iOS)
- Added presentations `clear-all`, `replace-all`, `replace`, `pop`, `refresh`, and `none`. (iOS)
- Added visitable property in order to avoid visits. (iOS)
- Added full screen option to modals. (iOS/Android)
- Added support for tab navigation. (iOS/Android)

## Installation

```
Expand Down
2 changes: 1 addition & 1 deletion lib/turbo_native_initializer/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module TurboNativeInitializer
VERSION = "0.0.2"
VERSION = "0.0.3"
end

0 comments on commit a3c4ac0

Please sign in to comment.