Best of React Native — November 2023
- 1
- 2
Community 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
asayer·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