Skip to content

Commit

Permalink
Revert minor change in example app
Browse files Browse the repository at this point in the history
  • Loading branch information
cooperka committed May 9, 2023
1 parent 82f8866 commit 4115a3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion example/src/App.js
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ class Example extends Component {
<TouchableOpacity
onPress={() => Snackbar.show({
text: 'Please agree to this.',
duration: Snackbar.LENGTH_LONG,
duration: Snackbar.LENGTH_INDEFINITE,
action: {
text: 'AGREE',
textColor: 'green',
Expand Down

0 comments on commit 4115a3b

Please sign in to comment.