So, you want to develop a new website with spiffy apps on Android and iOS, and you want that website and your APIs to run in Node Express. It sounds like a lot of work to write the website in React (or Flutter or whatever the language de jour is), the Android app with Android Studio, and the iOS app with Xcode…
What is Cross-Platform Mobile Development?
Mobile application developers constantly seek innovative methods to craft apps that resonate across diverse platforms. This quest has given rise to cross-platform mobile development, a strategy aimed at creating applications capable of seamlessly operating on various platforms, such as iOS and Android, utilizing a unified codebase. Unlike conventional native development, which necessitates separate coding for each platform, cross-platform development simplifies …
Using Jest and Testing Library with React Native Part VII: Random Information about Jest
In our past tutorials, we have gone over the different things we can test with Jest and Testing Library with React Native. In this tutorial, we will cover a few random things I find helpful that we can do with Jest.
Using Jest and Testing Library with React Native Part VI: Functional Testing
In our last tutorial, we went over style testing. In this tutorial, we will go over functional testing for your React Native app.
Using Jest and Testing Library with React Native Part V: Styles Testing
This series covers testing React Native apps with Jest and Testing Library. In our past tutorial, we went over testing text and a button. In this tutorial, we will go over Testing Styles in your React Native app.