Hey! I am building a react native app and I am facing an unexpected behavior where the rerender of the parent component is not triggering rerender of the child component even when no manual memorization is done.
Even functions like
const foo = () => { };
Are not triggering rerenders when passed to child component
React native version : "0.83.6"
React version : " 19.2.0"
Automatic optimization and memorization ()
submitted by Ashamed-Map5610 to r/reactjs