Best of React NativeNovember 2023

  1. 1
    Article
    Avatar of naderNader's Thoughts·2y

    Introducing React Native AI

    React Native AI is a full stack framework for building cross-platform mobile AI apps. It provides pre-built components and features for streaming/real-time responses, LLM normalization, OpenAI Assistants, image processing, chat UI, and theming/styling.

  2. 2
    Article
    Avatar of communityCommunity Picks·2y

    React Native — Coding Standards & Structure

    This article provides coding standards and best practices for React Native development, including rules for declaring variables, naming conventions for components, the importance of using interfaces in TypeScript, organizing source files, importing and exporting modules, styling guidelines, consistency with arrow functions, usage of hooks API and selectors, and establishing a folder structure for a React Native project.

  3. 3
    Article
    Avatar of asayerasayer·2y

    Create Push Notifications in React Native with Notifee

    Learn how to use Notifee, a React Native library, to streamline push notifications for Android and iOS devices. Set up Notifee in your React Native app, create push notifications, group notifications, cancel notifications, style notifications, handle images within notifications, and send notifications with Firebase.

  4. 4
    Article
    Avatar of supabaseSupabase·2y

    Getting started with React Native authentication

    Learn about React Native authentication, including native mobile specific login mechanisms like 'Sign in with Apple' and 'Google One Tap sign-in', as well as SMS & WhatsApp based authentication.