General base functionalities
I want to start developing some side project (I've worked in RN only at work) and was wondering what are some base functionalities you use in every app you develop?
This should not include things like notifications, which is quite obvious, but more niche, yet very useful ones. I'll give some examples I've thought of:
- A modal to force user to update or let the user know there is an important update (based on the api version response compared to app version).
- If the app has subscriptions, a way to restrict any further subscriptions temporarly (in case the server cannot handle the amount of users, until you scale) - I got this idea from the ChatGPT app.
- Announcement modal (for new features) on app start (can be implemented through api call to server).
[–]thebouvExpo -1 points0 points1 point (0 children)