1. 程式人生 > >react-native Could not find "store" in either the context or props

react-native Could not find "store" in either the context or props

1.參考 https://stackoverflow.com/questions/35420989/could-not-find-store-in-either-the-context-or-props

2.在所有需要繫結Redux的檔案中使用connect

容器元件使用 connect() 方法連線 Redux

我的是在index.js中,import store from './src/redux/store';

<Provider store={store}>

</Provider>