Prerequisite: An Expo app with the Expo Notifications package installed and properly configured. Refer to the Expo Notifications documentation for setup instructions.
Follow these steps to install Our SDK on your app.

Install peer dependencies

npm
npx expo install expo-notifications expo-device expo-localization expo-secure-store
Each peer dependency package used to:
  • expo-notifications - fetch push notification tokens and to present, schedule, receive and respond to notifications.
  • expo-devices - access system information about the physical device, such as its manufacturer and model.
  • expo-localization - access device locale, language, timezone, and more.
  • expo-secure-store - store and securely cache frequent requests data for faster access.

Install Pushbase SDK

npm i @pushbase/sdk
Having trouble setting up or configuring the SDK? Our support team is here to help — feel free to reach out