mirror of
https://github.com/zhigang1992/react-native-firebase.git
synced 2026-06-15 10:28:01 +08:00
747 B
747 B
title, description
| title | description |
|---|---|
| Quick Start | Get to grips with the basics of Notifications in React Native Firebase |
Messaging Quick Start
Installation
Install this module with Yarn:
yarn add @react-native-firebase/notifications
Integrating manually and not via React Native auto-linking? Check the setup instructions for Android & iOS.
Module usage
Import the Performance Monitoring package into your project:
import notifications from '@react-native-firebase/notifications';
The package also provides access to the firebase instance:
import { firebase } from '@react-native-firebase/notifications';