Our Blog

Insightful commentary on industry.

Resolve webpack polyfills in NativeScript

When updating your project from older versions, eg. below v7, to the latest version of NativeScript, you may want to handle some webpack polyfills.

Posted on

Using Material Design Symbols in NativeScript

Icons are essential to any mobile app UI, let's see how to use Material Design Symbols (mds) in a NativeScript app.

Posted on

NativeScript Tips & Tricks

A lot is possible at any moment during NativeScript development and the possibilities can be overwhelming which is normal. Here's a few go-to tips and some tricks.

Posted on

JavaScript is dead — Build Web, iOS and Android apps with code sharing

Let's poke fun at JavaScript being dead when sharing code between Web, iOS and Android apps within an Nx workspace while achieving optimal user experience targets.

Posted on

UI development using Storybook with NativeScript

Ease UI development by using Storybook with NativeScript projects while also documenting your components in the process. You can even visually develop SwiftUI or Jetpack Compose user interface elements.

Posted on

Maestro for NativeScript UI Testing

When it comes to regression testing, automated UI testing can help keep regressions at bay with an aggressive release schedule.

Posted on

Adaptive Icons for Android Apps

Adaptive icons are the recommended launcher icon format these days. In this post we walk through creating Adaptive Icons using Android Studio and then using them in NativeScript applications.

Posted on

Manual iOS SDK framework integrations with NativeScript

It has become very common for app development at any scale to require some type of SDK integration at some point in their lifespan. Let's explore how in NativeScript apps.

Posted on