Read More 5 minute read RReact Expo vs React Native CLI in 2023byArmando DuranMarch 8, 2023 Reading Time: 5 minutesIn the React Native community, there are two popular ways to create an app, you can use the…
Read More 4 minute read RReact React Best Practices: useEffect Hookbyfernando.trasvinaDecember 19, 2022 Reading Time: 4 minutesBy using useEffect Hook, you tell React that your component needs to do something after rendering. This hook…
Read More 7 minute read RReact React Styled Components: Give Life To Your ProjectbyFabian AlejandroSeptember 29, 2022 Reading Time: 7 minutesHave you ever wonder how cool it will be to have accessibility to props and to the creation…
Read More 7 minute read RReact Native How To Create a Track Player in React NativebyleyaimMagmaJanuary 20, 2022 Reading Time: 7 minutesSpotify is a digital music, podcast, and video service that gives you access to millions of songs and…
Read More 3 minute read SSoftware Engineering Understanding Redux SagabycinthyawAugust 19, 2021 Reading Time: 3 minutesYou may ask yourself: Why do I need Redux Saga if I already have Redux? When working with…
Read More 8 minute read RReact Native Amazon Web Services for React Native Developers – The Series: Chapter 1byfernandoamzMay 13, 2021 Reading Time: 8 minutesAWS provides libraries that can be used easily. Even the documentation on its site is well documented. So,…
Read More 5 minute read RReact Native How to add push notification on your React Native project using FirebasebyleyaimMagmaMay 6, 2021 Reading Time: 6 minutesPush notifications make an app more complete. It is an essential plus because it will notify your users…
Read More 3 minute read RReact Native Ionic React vs React Native: The differencesbyleyaimMagmaApril 22, 2021 Reading Time: 4 minutesIf you’re thinking about building a mobile app, this article is for you. It is kind of obvious…
Read More 5 minute read RReact Native Profiling on React Native appsbyfernandoamzApril 15, 2021 Reading Time: 6 minutesAn app is considered to have bad performance if it responds slowly, shows slow animations, freezes, crashes, or…
Read More 4 minute read UUncategorized How to add Subscriptions in React Native: Before startingbyRNoyolaSeptember 17, 2020 Reading Time: 4 minutesThis is the first one of a series of posts where we are going to implement mobile payments…