Skip to content
This repository has been archived by the owner on May 15, 2020. It is now read-only.

Commit

Permalink
Merge pull request #5 from bramus/patch-1
Browse files Browse the repository at this point in the history
Update README
  • Loading branch information
brentvatne committed Mar 20, 2019
2 parents c0c5480 + 0d1802f commit 35f75f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ You can use the same props as you would use on `TouchableOpacity`, `TouchableHig

### Additional props used by TouchableNativeFeedback (default Android)

- `background` - customize the touch effect with `Touchable.SelectableBackground`, `SelectableBackgroundBorderless`, or `Touchable.Ripple(color: string, borderless: boolean)`.
- `background` - customize the touch effect with `Touchable.SelectableBackground`, `Touchable.SelectableBackgroundBorderless`, or `Touchable.Ripple(color: string, borderless: boolean)`.
- `foreground` - same as `background`, should be used instead of background if the `Touchable` has any images as children and you want the ripple to be rendered above the image (if the image is not opaque, `background` will not be visible, you must use foreground)

### Additional props used by TouchableHighlight
Expand Down

0 comments on commit 35f75f8

Please sign in to comment.