Cómo mejorar la creación de es tilos con expo? [ESP-ENG]

Cuándo no utiliza este marco de trabajo para diseñar aplicaciones móviles híbridas suele encontrar que los estilos a veces son molestos de trabajar dados que al principio uno de los coloca al final del componente y esto crea una cantidad de código innecesaria y molesto para leer.
No hago referencia a que el código sea poco funcional sino que hay mejores prácticas para implementar estilos en este marco de trabajo.

When you don't use this framework to design hybrid mobile applications you often find that styles are sometimes annoying to work with since you initially place them at the end of the component and this creates an unnecessary and annoying amount of code to read. I am not referring to the code being poorly functional but rather that there are best practices for implementing styles in this framework.

Esta técnica que voy a compartir se se utiliza para tener los archivos separados y con una menor cantidad de código.

This technique that I am going to share is used to have the files separated and with a smaller amount of code.

estilos1.jpg

Por otra parte hace que los estilos tengan una manera más fácil de ser trabajados y modificados al mismo tiempo.
Lo que se debe hacer es tener un archivo en una carpeta exterior que contenga dicho estilos y a la vez los exporte pero que los cree a modo de objeto para poder iterar uno por uno.
Una desventaja que puede llegar a presentar esta manera de trabajar estilos es que en el caso de las cadenas de texto suele ocurrir que algunos estilos no se implementan correctamente o producen errores por otra parte lo demás funciona perfectamente

On the other hand, it makes styles easier to be worked on and modified at the same time. What you should do is have a file in an external folder that contains these styles and at the same time exports them but creates them as an object to be able to iterate one by one. A disadvantage that this way of working with styles can present is that in the case of text strings it usually happens that some styles are not implemented correctly or produce errors, while the rest works perfectly.


0
0
0.000
1 comments
avatar

Thanks for your contribution to the STEMsocial community. Feel free to join us on discord to get to know the rest of us!

Please consider delegating to the @stemsocial account (85% of the curation rewards are returned).

You may also include @stemsocial as a beneficiary of the rewards of this post to get a stronger support. 
 

0
0
0.000