Insightful commentary on industry.
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
Icons are essential to any mobile app UI, let's see how to use Material Design Symbols (mds) in a NativeScript app.
Posted on
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
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
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
When it comes to regression testing, automated UI testing can help keep regressions at bay with an aggressive release schedule.
Posted on
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
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