lastminute.com logo

Technology

javascript (4)

How to: enable Hermes JavaScript engine in your React Native app

fabrizio_duroni
fabrizio duroni
francesco_bonfadelli
francesco bonfadelli
marco_de_lucchi
marco de lucchi

React native 0.60.4 has a new cool feature for Android: a new JavaScript engine called Hermes. Let's see how you can turn it on in your React Native application to get all its benefits.

React Native: Native Modules and UIViewController communication on iOS

fabrizio_duroni
fabrizio duroni

Leverage the power of NSNotificationCenter to implement communication between React Native Native modules (aka bridges) and your native code on iOS

React Native: there is a debug for that!

fabrizio_duroni
fabrizio duroni
mariano_patafio
mariano patafio

Learn how to leverage the power of RCTBundleURLProvider to build, run and debug on an iOS device from Xcode

React Native + Typescript, love at first sight. Setup in an existing app.

fabrizio_duroni
fabrizio duroni

You can run your React Native integration with Typescript in a couple of minutes in an existing app. Just read our example.