Tag: React Native

← All tags

6 posts

A year of Bluetooth Classic Maintenence

It's been a cool (albeit annoying at times) experience to maintain my first real project.

Standardbred Mobile - Framework Selection Process - Part 2

Continuing along the path to developing and releasing Standardbred Canada's mobile app, part 2 documents the initial creation and some of the best practices/libraries that were chosen to help along the way.

Typescript React Native with Jest

Still going down the Typescript conversion of React Native Bluetooth Classic it was time to get the library setup with actual unit testing. Follow along with another few days of failures and successes.

await and componentDidMount woes

While converting React Native Bluetooth Classic to Typescript I ran into some issues with componentDidMount and await. A couple evenings down of trying to figure out componentDidMount being blocked and a resolution was found.

Standardbred Mobile - Framework Selection Process - Part 1

Tasked with designing and developing Standardbred Canada's microchip scanning app; I wanted to document the process from selecting the appropriate framework to completing development and publishing the application(s).

For my first IOS project, why not start with Streams!

While developting my companies mobile application I needed to write a custom library for IOS to allow Bluetooth Classic scanning. Why not jump directly into Swift streams as my first (ever) IOS project. What could go wrong?