ECEzemba Chiamakainchiamakaezemba.hashnode.dev·Jul 20, 2023 · 12 min readIntroduction to React's basic conceptsReact is a Javascript library used in building user interfaces. It is open-source and primarily maintained by Meta. React can be used to build single-page web applications and mobile applications. It simplifies the development process by allowing you...00
ECEzemba Chiamakainchiamakaezemba.hashnode.dev·Feb 27, 2023 · 4 min readCreating a React Native app Using Expo CLICreating a mobile app can be a daunting task for newcomers, and the Expo CLI simplifies this process but can be exhausting if you don’t know how to use it. Before we dive in, let’s discuss the requirements Requirements Install Node JS Node is need...00