As this poster says, use capacitor wrapper for simple CRUD apps, react native/flutter if you are strongly committed to mobile.
If you go the PWA route, you can get server-side push notifications by using the VAPID protocol. It's convenient if you already self-host and want push notifications...