Skip to content

Commit

Permalink
app updates example
Browse files Browse the repository at this point in the history
  • Loading branch information
kanzitelli committed Dec 13, 2020
1 parent 3e48f4c commit 9084ff4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/screens/CounterScreen.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ const CounterScreen: NavigationFunctionComponent = observer(({
)
: (
<TouchableOpacity onPress={appUpdates.checkForAppUpdate}>
<Text style={styles.appUpdatesText}>Check for app updates and reload</Text>
<Text style={styles.appUpdatesText}>Check for app updates</Text>
</TouchableOpacity>
)
}
Expand Down

0 comments on commit 9084ff4

Please sign in to comment.