YigithanReact Native Shared Element ExampleThe provided code is a React Native component called LandmarkItem, designed to display information about landmarks. It utilizes Animated…Feb 20Feb 20
YigithanChoosing Between Animation Libraries: Animated vs. react-native-reanimatedIn React Native, animations can be performed through the Animated API or the react-native-reanimated library, usually located within the…Jan 19Jan 19
YigithanBasic React Native App Using The Stack NavigatorAfter establishing the requirements, the structure is as follows. Remember that there are different stacks, the structure I will show here…Jan 14Jan 14
YigithanUsing Redux in React Native: Basics and Application ExampleTo create the Redux store, you must specify a reducer and initial state. Create a file like this:Jan 1Jan 1
YigithanHow to Create a Custom Component in React Native?This custom component will take a message prop from the outside and display it in a text element.Dec 9, 2023Dec 9, 2023
YigithanWhat is the Props, Route and Redux in React Native?In React Native, props represent data that a component receives from another component and allow us to use this data within the…Dec 4, 2023Dec 4, 2023
YigithanComparison of fetch and axios in React NativeIn the realm of React Native application development, effectively managing network requests stands as a fundamental necessity. One of the…Nov 25, 2023Nov 25, 2023
YigithanSimple Usage in React Native Application with useEffect, useState and FlatList.In this React Native code snippet, we leverage the power of useEffect, useState, and FlatList to create a well-structured and responsive…Nov 24, 2023Nov 24, 2023
YigithanReact Native Basic ComponentsHow can we use the most basic components in React Native and what are the features of the most basic components?Nov 18, 2023Nov 18, 2023