Category Blog

Cross-Platform Maps in React Native: Android, iOS, and Web

All source code and example project is available here: https://github.com/AndreiMaksimovich/react-native-maps-web–demo Android iOS Web Give it a try:  The Problem Maps are one of the most common features found in modern applications. In React Native, the default choice for maps is…

Automating Unity Builds with CI/CD

In this article, we’ll look at Unity APIs and supporting tools that can help you create a robust CI/CD pipeline for your projects. A complete example project – including the Unity project, Jenkins configuration, Docker containerization templates, and scripts –…