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
I am a Software Engineer, these are my notes and thoughts
about Software Development.
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
This came up while I was thinking about my goals. To become a developer I came up with a plan that resulted in a simple list of actions I had to accomplish to achieve what I wanted.
Highlights from the React Native Show Podcast with the presenters of the React Native EU 2020.
There is a misconception that hooks were created to simply give state to functions. This post goes over the reasons hooks were created and why you should know them.
On 10ft devices visual feedback is required not only for presses but also for focus. The following is a simple implementation of such.
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.
This post will walk you through the steps to create a Native View Module for react-native-youi library.
Are you always asking for help? Does the task at hand feel completely overwhelming and you don't know where to begin or what to do? You could be suffering of "learned helplessness".
Redux Reducer rule number one -- it shall not mutate. But, can this be considered a mutation?
I pinpoint the parts I found interesting in this podcast where Eli White revists React Native's principles and more.