Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@ The following table summarizes the main technologies, tools, and frameworks used
| [TypeScript](https://www.typescriptlang.org/) | 5.3.3 | Strongly typed language that builds on JavaScript, enabling static type checking and improved tooling. | [Apache-2.0 License](https://www.apache.org/licenses/LICENSE-2.0) |
| [Jest](https://jestjs.io/docs/tutorial-react) | 29.7.0 | JavaScript testing framework, commonly used for React applications. | [MIT License](https://github.com/facebook/react/blob/main/LICENSE) |
| [Android](https://developer.android.com/) | minSDk - 24, compileSDK - 34, targetSDK - 34 | Mobile OS based on Linux kernel, used for building and running the app on Android devices. | |
| [iOS](https://developer.apple.com/ios/) | 14 | Mobile OS developed by Apple for its devices. Swift is used for iOS development. | |
| [iOS](https://developer.apple.com/ios/) | 26+ | Mobile OS developed by Apple for its devices. Swift is used for iOS development. | |
| [Xcode](https://developer.apple.com/xcode/) | 26+ | Apple IDE and toolchain required to build and run the iOS app. | |

## Native Libraries

Expand Down