hotwired / turbo-ios

iOS framework for making Turbo native apps
MIT License
875 stars 88 forks source link

Stock UI components #81

Closed daya closed 2 years ago

daya commented 2 years ago

I am wondering if there is a list of stock UI components this wrapper provides? I came across this blog of HelloWeather app https://helloweather.com/blog/two-platforms in it item #2 says

We use 100% stock components for our native UI. Whatever Apple or Google provides out of the box, that’s our jam

Not sure if its referring to the turbo-ios and turbo-android wrappers ?

jayohms commented 2 years ago

See comment here: https://github.com/hotwired/turbo-ios/issues/79#issuecomment-1170287250

turbo-ios and turbo-android do not provide UI components for fully native screens - that's all up to you! That's the beauty of the the approach: leverage your web app often and when necessary/desired, leverage the stock components that iOS and Android give you without have to learn a new UI toolkit/paradigm.