You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the enhancement you'd like
As a developer, I would like to implement features only once and reuse the code. Right now, we have to implement everything twice for the frontend and for mobile.
Steps for implementing
use state management of frontend in mobile app
merge both repositories
fix automated build pipelines
extract state management (store + actions) and translations from frontend
figure out a nice solution for both projects to use it (expo?)
The text was updated successfully, but these errors were encountered:
Describe the enhancement you'd like
As a developer, I would like to implement features only once and reuse the code. Right now, we have to implement everything twice for the frontend and for mobile.
Steps for implementing
The text was updated successfully, but these errors were encountered: