Pavani PampanaforReact-Native-AppRegistryappregistry.hashnode.dev·Sep 29, 2024Everything You Should Know About AppRegistryAppRegistry is the entry point for running all the react-native applications. It is used to register the root component of the app and tell react-native which component to launch at the start. It serves as a bridge between JavaScript and the react-...Saikiran uppalapati and 1 other are discussing this2 people are discussing thisDiscuss·5 likes·52 reads#appregistry
Abishkar Dhengadhenga.hashnode.dev·Jul 31, 2024My 5-Month Challenge: Achieving Greatness Before 2024 EndsThree days ago, I started on a new journey to learn React Native, and the experience has been good , giving me a significant boost in my dopamine levels. Now, I am committed to a challenge that will push my limits and help me grow both personally and...Discusspersonal development
Giovanni Laquidaragiolaq.dev·Jul 30, 2024Developing React Native TV Apps with Giovanni Laquidara | Rocket Ship 046https://www.youtube.com/watch?v=FAaLGRlhK7M I recently had the pleasure of being interviewed by Simon Grimm about TV app development with React Native. As a developer advocate at Amazon, I shared my experience working with React Native and explaine...Discuss·29 readsMy talksReactnative
React MastersforReact Master's blogreactmasters.hashnode.dev·Jun 7, 2024React project structure best practicesWhat is React? React is an open-source library developed by Facebook in 2013. It focuses on building user interfaces (UIs) in a component-based architecture. This means that the UI is divided into small, reusable components, each responsible for rend...DiscussReact
Namit Singh Nirwanvpnwan.hashnode.dev·May 22, 2024React Native Skills with Cheatsheets: A Quick-View Guide + Using Image as TextWhy Use a Cheatsheet for React Native? 1. Instant Access to Information A cheatsheet provides immediate access to essential React Native commands, components, and syntax. Instead of searching through extensive documentation or online forums, develope...Discusspdf
Shreeyash SJshree8.hashnode.dev·Apr 12, 2024App Update Prompt: Using Firebase Remote Config in React NativeHave you ever wondered how to prompt users to update your app whenever a newer version is available? In today’s fast-paced mobile app development landscape, maintaining your app with the latest features and improvements is essential for delivering a ...Discuss·1 likeFirebase
Shankarshan Dwivedicodeandcode.hashnode.dev·Feb 14, 2024React-Native: getting startedIf you have done some development work you may have realized that the hardest thing is to get started. So same goes for React Native as well. For getting started you will need some of software and applications which will help you with the android dev...DiscussReact
Joshua Kemougnekirinadeola10.hashnode.dev·Feb 12, 2024Writing our First App on react-nativeWriting our first Hello World on React-native. After running our app it's time to open it on our code editor vs code, atom whatever. We get to see a series of files we have a folder for android, ios etc on these two files we practically don't touch a...Discuss·2 likesReactnative
Joshua Kemougnekirinadeola10.hashnode.dev·Feb 12, 2024Styling in React-NativeThank you readers for tagging along till the third blog you're awesome 😁🙏🏽. Let's go a lilttle deeper. We are going to talk about new components, styling and Typescript in react-native. Let's start with typescript; Firstly What is Typescript? Type...Discuss·1 likeReactnative
Ashir Azeemashirazeem-dev.hashnode.dev·Feb 6, 2024"Mastering React Native: A Comprehensive Guide to Setting Up React Native CLI on Windows""Welcome to the world of React Native development on Windows! Getting started might seem daunting, but fear not. In this guide, we'll take you through the simple steps to set up React Native CLI on your Windows machine. Whether you're a seasoned deve...DiscussReact Native