#react-native
Read more stories on Hashnode
Articles with this tag
For the past 48 hours, I have dedicated myself to creating a React native application whose style resembles Whatsapp's. The basic characteristics of...
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...
The React native framework offers multiple libraries, components, and tools for the development of Android and IOS applications. One of these...
An important success factor of any React native application is its file organization system. While researching the topic, one specific practice...
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...
So excited to finally write code and see the changes on the emulator. MY FIRST APP. function App () { return( <SafeAreaView> <View> ...