This Pull request deals with improvised Typescript code quality with better props handling and handling with some of the critical typescript errors. Following are the changes:
Better React and Typescript code adaptability and improvised structure.
Handling props in functional components with typescript.
Bringing down tsc errors from 47 to 35(currently). Almost all of the left errors are coming up from the package
react native ratings and or missing props in the main package(according to me).
Handled unused props
Improved UI of some elements such as Bottom sheet and fixed typos.
Awaiting feedback and suggestions on how can I improve further and looking for guidance. Thank you.
Reference Issue - #145
This Pull request deals with improvised Typescript code quality with better props handling and handling with some of the critical typescript errors. Following are the changes:
Also we are using
react-native-ratings
here and there are 5 tsc errors related to the same and I have solved the issue by raising a PR in the packagereact-native-ratings
(reference PR - https://github.com/Monte9/react-native-ratings/pull/138, Issue - https://github.com/Monte9/react-native-ratings/issues/137). This will further reduce the error and bring down the count to 30. For this I need @Monte9 's approval. Thank you.