标签: react-native react-redux redux-thunk
我想通过在react native中使用redux来增加一个数字,假设该数字的初始值为20,我想将其增加到100并显示在屏幕上,如何实现。