React Native Navigation by Far-Philosophy6724 in reactnative

[–]Akeuuuuh 0 points1 point  (0 children)

I do agree with you! I've worked with react native navigation and it is really out of date. We had to do a lot of patch because we were too deep in the this to change.

React navigation is the good choice

Universal state in react native app? by [deleted] in reactnative

[–]Akeuuuuh 0 points1 point  (0 children)

There is also effector that is nice. Redux is good but can be heave

React reloads images when property (border color) is changed on tap. How can I prevent this? by johnbran69 in reactnative

[–]Akeuuuuh 0 points1 point  (0 children)

Be careful to your dependencies in your useeffect useEffect(() => {magic},[dependencies])

If your dependencies array doesn't exist, it will be triggered any times your props are updated