[React Native] Cài đặt package @notifee/react-native config Notifications

Hướng dẫn cài đặt package @notifee/react-native


Cài đặt package

npm i @notifee/react-native

Setup cho android

Mở file android/build.gradle Thêm vào key allprojects > repositories nội dung

 maven {
    url "$rootDir/../node_modules/@notifee/react-native/android/libs"
}

Setup với IOS

Chạy lệnh

cd ios && pod install

Về cách sử dụng thì tham khảo doc nha.

https://docs.page/invertase/notifee/react-native/overview