How to Pass Mobx store in React Native using Provider?
When im trying to use React Native Single Store. After injecting into Home Component the store is not visible in props of Home component.
By displaying the props of Home component im not able to access the store that was passed to Home component from...