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
On React Native, a great advantage about using it is make reusable elements into components. The objective of this issue is find duplicated code of visual elements and make them into components.
Acceptance Criteria:
Components of reusable elements were created.
The components are not 'super-components' that receive a large amount of parameters and data or components that represent whole pages.
Tasks:
Transform elements into components.
Verify if some functionality stop to work has expected.
Reuse componentes as possible.
The text was updated successfully, but these errors were encountered:
Description:
On React Native, a great advantage about using it is make reusable elements into components. The objective of this issue is find duplicated code of visual elements and make them into components.
Acceptance Criteria:
Tasks:
The text was updated successfully, but these errors were encountered: