[ncl] refactor deprecated code, remove no longer valid ignores (#20555)
[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)
[eslint-config] bump dependencies and minimum required lint tools versions (#13858)Co-authored-by: James Ide <[email protected]>
[ncl] Fix lint warnings (#10443)# Why Let's make NCL a top-notch application, always tidy etc. # How - configured ESLint for NCL - fixed all warnings automatically - changed manually all
[ncl] Fix lint warnings (#10443)# Why Let's make NCL a top-notch application, always tidy etc. # How - configured ESLint for NCL - fixed all warnings automatically - changed manually all `React.Component<object, …` that ESLint "automatically fixed" to `<{}` as per https://github.com/expo/expo/pull/10229#discussion_r490961694 # Test Plan `yarn lint` no longer warns about warnings.
show more ...
[ncl] Fix most of the TS errors adding types (#10229)# Why NCL is full of errors. # How Went through all of them and fixed them as it made sense in my opinion. # Test Plan TS no long
[ncl] Fix most of the TS errors adding types (#10229)# Why NCL is full of errors. # How Went through all of them and fixed them as it made sense in my opinion. # Test Plan TS no longer complains that much.
[ncl] fix PanResponderScreen
[ncl] remove all usages of componentWillMount
[ncl] fix SVG examples in NCL (#4237)
[ncl][test-suite] Change imports to SDK 33 syntax with the codemod (#4219)* [ncl][test-suite] Change imports to SDK 33 syntax with the codemod * [ncl][test-suite] Add new imported packages to de
[ncl][test-suite] Change imports to SDK 33 syntax with the codemod (#4219)* [ncl][test-suite] Change imports to SDK 33 syntax with the codemod * [ncl][test-suite] Add new imported packages to dependencies
[web] Fixed NCL export errors (#4106)* [web] Fixed NCL export errors * Update index.web.ts * Removed ts settings * Added native Screens component for native
@bbarthec/migrate native component list to typescript (#3975)* [ncl] Migrate to TypeScript * [ncl] fix runtime on mobile devices * [ncl] Apply review suggestions