react-native

React Native & Android: "Failed to Install the App"

· Reading time: ~1 minute(s) (137 words) programming mobile android react-native

I've been setting up a MacBook Pro to be able to work on a React Native mobile app and hit a stumbling block when running the Android app locally... (Continue reading)

Testing Mobile App in AWS Device Farm using Appium and Node

· Reading time: ~7 minute(s) (1364 words) programming javascript react-native aws node

Warning: this post is quite code heavy as I offer our solution as an example At work, we’ve been working on a mobile app for our customers. We’ve been looking at automated testing to interact with the app like a user would on a device and came across Appium and Detox as potential options that wouldn’t cost too much to run. As we primarily worked on Windows machines, Detox was out of the running as it seems to be only guaranteed support on MacOS, so we started looking at Appium instead. (Continue reading)