Answer the question
In order to leave comments, you need to log in
Why is data not updating in React Native?
Why is the data not updated if I try to overwrite a variable? I run I_want_change_allPosts()
let allPosts=['blablabla'];
I_want_change_allPosts=()=>{
allPosts = null;
};
return (
onWillFocus={payload => ScreenUpdated(payload.action.routeName)}
/>
)
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question