DeepLinking on React native - How to connect a React native app to other external elements and connect two elements of the same app.Aug 22, 2024·2 min read
Creating 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 ...Aug 27, 2024·1 min read
The importance of folder organization for the success of React native applications.Aug 20, 2024·1 min read
Setting up my first app with ReactNative.So excited to finally write code and see the changes on the emulator. MY FIRST APP. function App () { return( <SafeAreaView> <View> <Text> Bem vindo à minha aplicação. </Text> </View> </SafeAreaView...Aug 14, 2024·1 min read
Setting up the connection between my emulator on Android Studio and Visual Studio Code on Mac.As I tried to run my first React native app on an Android device I faced some difficulties initializing the app. When I ran the code "npx react-native run-android" I got the following error: "node:events:497 throw er; // Unhandled 'error' event ^ Err...Aug 13, 2024·1 min read