// my react native version 0.68.2 npx react-native init NotifeeExample --version 0.68.2 cd NotifeeExample
npm i react-native run-android
// my notifee/react-native version 7.3.0 npm install --save @notifee/react-native
// if you getting error on rebuild app Build.VERSION.SDK_INT < Build.VERSION_CODES.TIRAMISU
// change Build.VERSION in nuild.gradle
buildscript {
ext {
buildToolsVersion = "33.0.0"
minSdkVersion = 23
compileSdkVersion = 33
targetSdkVersion = 33
npm i @react-native-firebase/app@14.12.0 npm i @react-native-firebase/messaging@14.12.0
create Firebase project