Best of React NativeFebruary 2024

  1. 1
    Article
    Avatar of communityCommunity Picks·2y

    What every dev should know about using Environment Variables

    Learn about environment variables, how they work, their common uses, and the importance of not storing secrets in client-side code.

  2. 2
    Video
    Avatar of fireshipFireship·2y

    Expo in 100 Seconds

    Expo is an open-source toolset for building universal native apps on iOS, Android, and the web with a single React codebase. It allows web developers to write mobile apps using JavaScript and provides features such as hot reloading, file system-based routing, and integrations with native APIs.

  3. 3
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Build a Mobile Quiz App with React Native, ChatGPT and Supabase

    Learn how to build a mobile quiz app with React Native, ChatGPT, and Supabase. The tutorial covers authentication, database storage, and ranking users based on their scores. Requires basic knowledge of React Native and data fetching in React applications.

  4. 4
    Article
    Avatar of freecodecampfreeCodeCamp·2y

    How to Add Tailwind CSS to Your React Native Expo App

    Learn how to integrate Tailwind CSS into your React Native Expo app using NativeWind. NativeWind acts as a bridge between Tailwind CSS and React Native Expo, providing familiar syntax, consistent styling, and flexibility for developers. Follow the step-by-step guide to set up NativeWind, configure Tailwind CSS, style with NativeWind, and build a simple login screen. The integration offers increased developer efficiency, code consistency, and performance, opening up new possibilities for UI design and customization in mobile app development.