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

Fix strict Typescript issue in the demo-app #201

Open khushal87 opened 3 years ago

khushal87 commented 3 years ago

Currently, there are 150+ errors/warnings coming up from the app when we run tsc --watch on strict mode true. Therefore, I want to resolve them so that users will have a clean experience in the app.

Can I work on this issue? @flyingcircle @pranshuchittora