We’ll do this by creating an app from scratch and trying to write tests first. A quick disclaimer of what I will not do in this post: Write the next test, rinse, repeat. Without evangelizing why TDD… (more…)
Read more »
We were facing memory issue with our Android app @WalmartLabs since stock JSC was doing minimal garbage collection in Android. We tried… (more…)
Read more »
If you were to follow my learning path to get a navigation bar animation working with react, you will end up with a combination of react-motion, ReactCSSTransitionGroup, yet-another-react-animation… (more…)
Read more »
This guide will walk you through React Native testing using React Native Testing Library. We will cover why we would want to use this library, the benefits, how to write tests, and all sorts of stuff while building an exciting game app. Let's start �... (more…)
Read more »
Crafting a React Native mobile app that able to communicate with Virtual Peripheral using BLE (Bluetooth Low Energy)... (more…)
Read more »