Daniela Passosdanielapassos.hashnode.dev·Jul 24, 2023Building a React Native App #1Hey buildooors! In this blog post, I'll guide you through my process of creating a simple fitness app using React Native. Let's start by setting up our project environment. Stack React Native Expo Native Base Phosphor Icons I'll be utilizing th...Discuss·41 likes·304 readsBuilding in PublicReact Native
Taiwo Sulaimonts.hashnode.dev·Jan 8, 2023Create a reusable custom Button in React Native with Native Base and Prop Types.React Native is a popular framework for building native mobile applications using JavaScript. One common feature in mobile apps is the ability to display buttons for the user to interact with. In this blog post, we will learn how to create custom but...Discuss·85 readsReact Native
Viraj JoshiforNativeBase's Blognativebase.hashnode.dev·Oct 19, 2022How the ‘overlay’ component works in NativeBaseThe overlay component provides contextual information and options in the form of an additional layer on top of the current state of the interface. They are either purposefully interruptive like modals or augmenting like popovers and tooltips. This ar...Discuss·642 readsNativebase
AKSHAY JADHAVakshayjadhav.hashnode.dev·Aug 23, 2022Share same code for web and mobile application part 2In the previous blog we did the setup for monorepo and created a components lib to share components between react-native and next app now we will add Native-Base in our project and will see how we can use those components. Installation We will start ...Discuss·10 likes·219 readsReact