|
|
|
|
|
by k__
3187 days ago
|
|
I avoid stuff like react elements or native base and try to do all components myself. These things often bring problems when you try to update the framework, because they're always behind. Sometimes I have to pull in a few components, like navigation or carrousels because things get to complex or I lack the time, but I usually try to let the UI be self-contained. |
|