在 Expo/CNApp 项目上设置 Redux 的样板代码?

Boilerplate code for setting up Redux on a Expo/CNApp project?

我已经使用了 Ignite CLI to bootstrap a simple react native project, and everything from sample components to Redux were set up and ready to go. What's missing from the Ignite project is the ability to use Expo out of the box. So I though I'd look into Expo and Create React Native App,看看它们是否提供了类似的开箱即用的 Redux 设置。

那么有人知道任何 Expo/CNApp 用于引导反应本机项目的样板代码吗,其中包括诸如 Redux 和示例屏幕和组件之类的东西?

Expo 提供了 New Project Template。虽然它包括字体、导航、图标、应用程序加载、推送通知和一些基本屏幕,但它不包括 Redux。

Redux.org. I also found this repo and the associated tutorial 中有很好的 Redux 示例,可以很好地说明如何将 Redux 集成到 React Native 应用程序中。