<code>align-items: center</code> vs. <code>text-align: center</code>
Explains the key difference between `align-items: center` and `text-align: center` in Flexbox columns, especially for cross-platform React development.
Explains the key difference between `align-items: center` and `text-align: center` in Flexbox columns, especially for cross-platform React development.
A tutorial on creating a custom curved bottom tab bar in React Native using handwritten SVG paths and parametric design principles.
A developer reflects on 2023, highlighting speaking at App.js conf, blogging about React Native/Expo, and popular technical posts.
Guide to removing the bottom border or shadow from headers in React Navigation and Expo Router for React Native apps.
A developer shares their experience building AstroMobile, a cross-platform astronomy quiz game using React-Native and WebView.
A guide to setting up ESLint and Prettier for code linting and formatting in an Expo React Native project.
A detailed guide to setting up a MacBook with Apple Silicon (M1) for web and React Native development, covering tools, terminal configuration, and essential software.
A tutorial on creating a custom wrapper component for React Native's Pressable to add opacity feedback, similar to TouchableOpacity's activeOpacity prop.
Developer announces Hondo, a continuous, Wordle-inspired word game with energy mechanics and special abilities.
A guide on using babel-plugin-transform-remove-console to strip console statements from React Native/Expo apps for production builds.
A tutorial on setting up React Navigation v6 with TypeScript in a React Native app, covering stack and tab navigators.
A guide to fixing AsyncStorage warnings when using Firebase JS SDK with React Native by properly configuring the auth persistence layer.
A tutorial on implementing deep linking in React Native apps using React Navigation to navigate users to specific screens.
Explains when and how to use the keyExtractor prop in React Native's FlatList component to efficiently render lists with unique keys.
A tutorial on implementing infinite scroll pagination in React Native using React Query for data fetching and the FlatList component.
A guide to using Tamagui, a UI kit and optimizing compiler for building cross-platform design systems in React Native and React Native Web.
A tutorial on creating a custom React Native hook to toggle password visibility in login forms, improving user experience.
Learn two methods to handle notches and status bars in React Native apps: using the built-in SafeAreaView and the cross-platform react-native-safe-area-context library.
A tutorial on adding a splash screen and app icon to a React Native app using the react-native-bootsplash package.