hotwired / hotwire-native-android

Hotwire Native for Android
MIT License
41 stars 5 forks source link

Subclass `AppCompatActivity` directly #35

Closed jayohms closed 6 months ago

jayohms commented 6 months ago

We already require apps to implement AppCompatActivity, so this provides a cleaner public API and gives the library more control if we own it directly.