- [x] Copy the title and prop descriptions from react-native-website docs to comments in Switch.js. - [x] Decide if links should be relative or absolute. - [x] Defining the default values of the props. - [x] New approach to show inherited props - [ ] Showing repeated links within the component. Eg: [color](https://reactnative.dev/docs/switch#trackcolorr) - [x] Remove unused comment in code. - [x] Parse special constants section - [x] Parse methods and their parameters.