React-Native-Advanced-Guide icon indicating copy to clipboard operation
React-Native-Advanced-Guide copied to clipboard

React Native Advanced Guide Book (iOS & Android) - Be an Expert in 2024 🔥

Results 7 React-Native-Advanced-Guide issues
Sort by recently updated
recently updated
newest added

Thank you for this article. It is very well written with great examples. However, since it is slightly long I found myself needing to go back and read through it...

For a React Native application, it is best practice to use common styles and normalize functions to ensure responsive design and avoid creating multiple styles. I added this docs about...

enhancement

Great to see here dependency injection guide in future. Cause there is difficulties in react native with this i think, probably all libraries follow service locator anti-pattern. I used to...

Fixes: - Corrected typos and grammar mistakes in the `New-Architecture-in-depth.md` file

Fixes: - Corrected a minor syntax issue in HOC-Props-and-Custom-Hooks.md. - Fixed a typo b/w FlashList & FlatList.

I made corrections to some wordings to better convey the intended message

Hi @anisurrahman072 , I was reviewing the notes for Hermes and Static Hermes, and I came across some points that seemed unclear. The notes mentions that Hermes compiles JavaScript code...