Skip to content

Commit

Permalink
updated variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
SpringDDWong committed Jul 12, 2021
1 parent d311a0d commit 08697d4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions example/src/screens/ReduxReducerScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ export const ReduxReducerScreen: FC = ({navigation}) => {
}}>
<Text style={{
alignSelf: "center",
}}>{`useReduxSingleReducer Dispatch add`}</Text>
}}>{`useReduxReducerLocal Dispatch add`}</Text>
</TouchableOpacity>
<TouchableOpacity style={style.button} onPress={() => {
dispatch({
Expand All @@ -113,7 +113,7 @@ export const ReduxReducerScreen: FC = ({navigation}) => {
}}>
<Text style={{
alignSelf: "center",
}}>{`useReduxSingleReducer Dispatch minus`}</Text>
}}>{`useReduxReducerLocal Dispatch minus`}</Text>
</TouchableOpacity>
<Text style={style.displayText}>{`Reducer Provider Current value: ${globalState.value}`}</Text>
<TouchableOpacity style={style.button} onPress={() => {
Expand Down

0 comments on commit 08697d4

Please sign in to comment.