README.md in turbo-native-initializer-0.0.2 vs README.md in turbo-native-initializer-0.0.3
- old
+ new
@@ -1,8 +1,19 @@
# Turbo Native Initializer
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
```
$ gem install turbo-native-initializer
```