react-native posts
React Native Weekly - W14 2021
•React Native Weekly - W13 2021
•React Native Weekly - W12 2021
•Leveraging You.i Engine's Counterparts to Extend React Native You.i
•In this tutorial, I go over how to create a native module in C++ to extend the functionality of React Native You.i components by tapping into its counterparts
Podcast Summary - React Native EU 2020 Conference Q&A Panel
•Highlights from the React Native Show Podcast with the presenters of the React Native EU 2020.
Animating Button On Focus For 10ft Devices
•On 10ft devices visual feedback is required not only for presses but also for focus. The following is a simple implementation of such.
Keeping up with React Native
•React Native never stops evolving, everyday there are new libraries and new updates to React Native core. This post is an organic article that is periodically updated with the changes of React Native.
How to create a native view module with react-native-youi
•This post will walk you through the steps to create a Native View Module for react-native-youi library.
Podcast Summary - Eli White on the princiciples of React Native and more.
•I pinpoint the parts I found interesting in this podcast where Eli White revists React Native's principles and more.
Choosing between React Native and Flutter
•Which should we choose? The rise of Flutter brought doubt to the decisions for a new mobile project. This doubt did not exist back in 2016/17 when someone needed a cross-platform mobile solution. Back in 2016/17
React Native FlatList with Hooks
•React Native recently added support to React hooks. Here is an overview of how to use FlatList with it.