diff --git a/README.md b/README.md
index 122e5302..f2b5b682 100644
--- a/README.md
+++ b/README.md
@@ -101,6 +101,9 @@ To use this library you need to ensure you are using the correct version of Reac
| `inverted` | Reverses the direction of the slider.
Default value is false. | bool | No | |
| `vertical` | Changes the orientation of the slider to vertical, if set to `true`.
Default value is false. | bool | No | Windows |
| `thumbTintColor` | Color of the foreground switch grip. | [color](https://reactnative.dev/docs/colors) | No | Android |
+| `thumbStyle` | Used to style the thumb component. | View.style | No | |
+| `thumbSize` | The size (Height/width) of the thumb component | number | No | |
+| `trackHeight` | Defines the height of the track component (px). | number | No | |
| `maximumTrackImage` | Assigns a maximum track image. Only static images are supported. The leftmost pixel of the image will be stretched to fill the track. | Image
.propTypes
.source | No | iOS |
| `minimumTrackImage` | Assigns a minimum track image. Only static images are supported. The rightmost pixel of the image will be stretched to fill the track. | Image
.propTypes
.source | No | iOS |
| `thumbImage` | Sets an image for the thumb. Only static images are supported. Needs to be a URI of a local or network image; base64-encoded SVG is not supported. | Image
.propTypes
.source | No | |