React-Native-Advanced-Guide
React-Native-Advanced-Guide copied to clipboard
Dependency Injection Guide
Great to see here dependency injection guide in future. Cause there is difficulties in react native with this i think, probably all libraries follow service locator anti-pattern. I used to inject services in initial params but i don't think it is good idea.