CCleitonincdap.hashnode.dev·Aug 27, 2024 · 1 min readCreating a React native app with a Whatsapp style.For the past 48 hours, I have dedicated myself to creating a React native application whose style resembles Whatsapp's. The basic characteristics of my application’s style consist of the following: A stories section: where the users can check which ...00
CCleitonincdap.hashnode.dev·Aug 22, 2024 · 2 min readDeepLinking on React native - How to connect a React native app to other external elements and connect two elements of the same app.The React native framework provides us with a great tool to connect our application to the outside using links. This tool is the "Linking API" which contains several connection functions inside it. One of these connection functions is the "openURL" f...00
CCleitonincdap.hashnode.dev·Aug 21, 2024 · 1 min readThe Image component on React nativeThe React native framework offers multiple libraries, components, and tools for the development of Android and IOS applications. One of these components is the "Image" component which allows us to insert and manage the behavior of images inside our a...00
CCleitonincdap.hashnode.dev·Aug 20, 2024 · 1 min readThe importance of folder organization for the success of React native applications.An important success factor of any React native application is its file organization system. While researching the topic, one specific practice surrounded by two key principles came into mind. The practice involves primarily separating folders betwee...00
CCleitonincdap.hashnode.dev·Aug 19, 2024 · 1 min readAlign-items and JustifyContent in React Native.It is important to know that in React Native, the "align-items" and the "justifyContent" operate differently from how they operate on the web. On the web, "align-items" operates along the cross axis (top-bottom), whereas "justifyContent" operates alo...00