A simple and extensible way to manage state for nested child components using React Context and Hooks. Wrap the entire App in `AppContext.Provider` and pass down the `userSettings` object as props. After declaring like this you can use this variable anywhere in the application. React Native supports global variables, and it gives the liberty to […]