History log of /expo/apps/native-component-list/src/components/ShowActionSheetButton.tsx (Results 1 – 5 of 5)
Revision Date Author Comments
# 35f78160 01-Sep-2021 Bartosz Kaszubowski <[email protected]>

[eslint-config] remove `arrowParens` overwrite, reformat files (#14232)


# dc2b55f3 14-Apr-2021 Evan Bacon <[email protected]>

[ncl] lazy load components and improve startup (#12503)

* lazy load screens

* fix up test suite

* load less icons

* lint fix

* Update AppNavigator.js

* fix tsc

* Create debugging.w

[ncl] lazy load components and improve startup (#12503)

* lazy load screens

* fix up test suite

* load less icons

* lint fix

* Update AppNavigator.js

* fix tsc

* Create debugging.web.ts

* updated pods

show more ...


# f13a7390 01-Oct-2020 Stanisław Chmiela <[email protected]>

[ci] Add Native Component List TS + ESLint checks (#10233)

# Why

NCL is the main app we use to test new SDK releases. We should make sure it always works and it works well. TS and ESLint checks a

[ci] Add Native Component List TS + ESLint checks (#10233)

# Why

NCL is the main app we use to test new SDK releases. We should make sure it always works and it works well. TS and ESLint checks are part of this task.

# How

Fixed TS and ESLint errors in other PRs. Removed `--watch` from `tsc` `package.json` script. Added CI job to test if NCL ts-compiles and has no ESLint problems.

# Test Plan

CI should pass once we merge all the fixes.

show more ...


# e331da1d 18-Jun-2020 Evan Bacon <[email protected]>

[chore] Fix lint and typescript errors in NCL (#8861)

* Fix lint errors

* Revice web unimplemented views

* Delete useDimensions.ts

* Remove unused screen object properties

* Convert to f

[chore] Fix lint and typescript errors in NCL (#8861)

* Fix lint errors

* Revice web unimplemented views

* Delete useDimensions.ts

* Remove unused screen object properties

* Convert to functional components

* Fix TypeScript errors

* Fix subscription bug

show more ...


# 69185572 23-Apr-2019 Bartłomiej Bukowski <[email protected]>

@bbarthec/migrate native component list to typescript (#3975)

* [ncl] Migrate to TypeScript

* [ncl] fix runtime on mobile devices

* [ncl] Apply review suggestions