When working with React, in this case React Native, there are times when you might need a value to be globally accessible by a particular component and you, for some reason as it suits your application, want to constantly update that value. React provides a sleek way of doing so using states. React lets you […]
React Native: Working With State
