react-native-elements / react-native-elements-app

Demo app for React Native Elements (w/ React Native Web)
https://reactnativeelements.com/
1.29k stars 417 forks source link

Improved typescript code and fix critical errors #159

Closed khushal87 closed 3 years ago

khushal87 commented 3 years ago

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 package react-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.