# 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/Reactions/ReportActionItemEmojiReactions.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/ReportActionItemEmojiReactions.js) | 16 | | [src/components/Reactions/ReactionTooltipContent.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/ReactionTooltipContent.js) | 9 | | [src/components/Reactions/MiniQuickEmojiReactions.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/MiniQuickEmojiReactions.js) | 20 | | [src/components/Reactions/EmojiReactionsPropTypes.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/EmojiReactionsPropTypes.js) | 1 | | [src/components/Reactions/EmojiReactionBubble.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/EmojiReactionBubble.js) | 9 | | [src/components/Reactions/AddReactionBubble.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/AddReactionBubble.js) | 16 | | [src/components/Reactions/QuickEmojiReactions/index.native.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/QuickEmojiReactions/index.native.js) | 4 | | [src/components/Reactions/QuickEmojiReactions/index.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/QuickEmojiReactions/index.js) | 5 | | [src/components/Reactions/QuickEmojiReactions/BaseQuickEmojiReactions.js](https://github.com/Expensify/App/blob/main/src/components/Reactions/QuickEmojiReactions/BaseQuickEmojiReactions.js) | 14 | <!-- 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