# TypeScript migration Make sure you read through our TypeScript's [style guide](https://github.com/Expensify/App/blob/main/contributingGuides/TS_STYLE.md), [cheatsheet](https://github.com/Expensify/App/blob/main/contributingGuides/TS_CHEATSHEET.md) and [PropTypes conversion table](https://github.com/Expensify/App/blob/main/contributingGuides/PROPTYPES_CONVERSION_TABLE.md) before you start working on this migration issue. ### Files | Path | Dependencies | |---|---| | [src/components/Pressable/index.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/index.js) | 0 | | [src/components/Pressable/PressableWithoutFocus.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/PressableWithoutFocus.js) | 6 | | [src/components/Pressable/PressableWithoutFeedback.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/PressableWithoutFeedback.js) | 4 | | [src/components/Pressable/PressableWithFeedback.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/PressableWithFeedback.js) | 8 | | [src/components/Pressable/PressableWithDelayToggle.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/PressableWithDelayToggle.js) | 12 | | [src/components/Pressable/GenericPressable/index.native.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/GenericPressable/index.native.js) | 3 | | [src/components/Pressable/GenericPressable/index.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/GenericPressable/index.js) | 3 | | [src/components/Pressable/GenericPressable/PropTypes.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/GenericPressable/PropTypes.js) | 3 | | [src/components/Pressable/GenericPressable/BaseGenericPressable.js](https://github.com/Expensify/App/blob/main/src/components/Pressable/GenericPressable/BaseGenericPressable.js) | 10 | <!-- END_OF_TABLE -->
TypeScript migration
Make sure you read through our TypeScript's style guide, cheatsheet and PropTypes conversion table before you start working on this migration issue.
Files