Results 6 comments of Jon Lebensold

Hi @dev-vinoth what does your index.ios.js file look like? { store } should be passed into the container component like so: https://github.com/jlebensold/peckish/blob/master/index.ios.js

@Benouzef did you use the `connect()` method from `react-redux` ? Can you provide sample code or a branch?

Hi @Benouzef , There's no "magic" (e.g. IoC containers or DI) with Redux. when you call `connect`, you are basically wrapping your `Home` React component in a wrapper component that...

Hi @Rhyzko thanks for the feedback. As you mentioned, NavigationExperimental has been removed and replaced by React Navigation. I have another reference project here that includes it: https://github.com/paradem/oscon-2017

@jqn can you provide a gist or a fork of what you're doing? I think each of the Nav components may require a slightly different data shape to function correctly.

Hi @whatya this probably has to do with your own bundle configuration in XCode.