ARarpana raniinarpanarani.hashnode.dev·May 8, 2024 · 8 min readLearning SwiftUI with Combine FrameworkHello All,Today, I am writing about the Combine framework that I learned along with basic SwiftUI design. Combine framework: Combine is Apple's framework introduced in WWDC 2019 and required minimum iOS version is 13. It eliminates the need for exter...00
ARarpana raniinarpanarani.hashnode.dev·Apr 30, 2024 · 5 min readUnderstanding StyleSheet in React-nativeIn this lesson, we will discuss the Style component. In React Native, we apply styles using the style property, which is accepted by all standard React Native components. Let's look at an example - <Text style={{color:"red", fontWeight: "bold"}...00
ARarpana raniinarpanarani.hashnode.dev·Apr 29, 2024 · 2 min readWriting My First React-Native AppToday, I successfully built and ran my first React Native application to display "Hello world" and also learned about the components used in React Native.The first step is to open the app.tsx file. At first glance, it may seem like there is a lot of ...00