mintlayer / mojito_mobile_wallet

MIT License
7 stars 2 forks source link

Migrate js to ts #93

Closed macaroni7 closed 1 year ago

macaroni7 commented 1 year ago

TypeScript brings valuable benefits to mobile development with React Native, particularly in terms of type safety. By leveraging TypeScript, developers can catch errors early during the development process, resulting in more stable and reliable mobile apps. TypeScript's static typing also enables smaller app sizes, improved performance, and consistent API usage. Additionally, it facilitates easier refactoring and code maintenance, making it an ideal choice for building high-quality and efficient React Native mobile applications.