{"id":23420899,"url":"https://github.com/nericode/react-native-leanplum-firebase-notifications","last_synced_at":"2025-04-09T09:33:53.572Z","repository":{"id":57144163,"uuid":"428691042","full_name":"nericode/react-native-leanplum-firebase-notifications","owner":"nericode","description":null,"archived":false,"fork":false,"pushed_at":"2021-11-16T14:47:11.000Z","size":246,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-02-15T03:41:54.454Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Java","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nericode.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-11-16T14:35:11.000Z","updated_at":"2021-11-16T14:47:14.000Z","dependencies_parsed_at":"2022-09-06T08:53:48.985Z","dependency_job_id":null,"html_url":"https://github.com/nericode/react-native-leanplum-firebase-notifications","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nericode%2Freact-native-leanplum-firebase-notifications","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nericode%2Freact-native-leanplum-firebase-notifications/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nericode%2Freact-native-leanplum-firebase-notifications/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nericode%2Freact-native-leanplum-firebase-notifications/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nericode","download_url":"https://codeload.github.com/nericode/react-native-leanplum-firebase-notifications/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248012508,"owners_count":21033216,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-12-23T02:13:08.091Z","updated_at":"2025-04-09T09:33:53.550Z","avatar_url":"https://github.com/nericode.png","language":"Java","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# This package is forked from @zo0r/react-native-push-notification specifically for the use case of handling Android push notifications through Leanplum.\n\n## Customizing Leanplum SDK version (Android):\n\nThis fork exposes an additional confirguration allowing you to specify the version of the Android Leanplum SDK to use. Add the following to your project's android/build.gradle file:\n\n```\next {\n    leanplumVersion = \"\u003cYour Leanplum version\u003e\" // default: \"+\"\n}\n```\n\n# The original package's README is below:\n\nReact Native Local and Remote Notifications for iOS and Android\n\n## Supported React Native Versions\n\n| Component Version | RN Versions          | README                                                                                                                 |\n| ----------------- | -------------------- | ---------------------------------------------------------------------------------------------------------------------- |\n| **1.0.7**         | **\u003c= 0.27**          | [Open](https://github.com/zo0r/react-native-push-notification/blob/f42723817f1687e0da23e6753eb8a9f0385b6ac5/README.md) |\n| **1.0.8**         | **0.28**             | [Open](https://github.com/zo0r/react-native-push-notification/blob/2eafd1961273ca6a82ad4dd6514fbf1d1a829089/README.md) |\n| **2.0.1**         | **0.29**             | [Open](https://github.com/zo0r/react-native-push-notification/blob/c7ab7cd84ea19e42047379aefaf568bb16a81936/README.md) |\n| **2.0.2**         | **0.30, 0.31, 0.32** | [Open](https://github.com/zo0r/react-native-push-notification/blob/a0f7d44e904ba0b92933518e5bf6b444f1c90abb/README.md) |\n| **\u003e= 2.1.0**      | **\u003e= 0.33**          | [Open](https://github.com/zo0r/react-native-push-notification/blob/a359e5c00954aa324136eaa9808333d6ca246171/README.md) |\n\n## Changelog\n\nChangelog is available from version 3.1.3 here: [Changelog](https://github.com/zo0r/react-native-push-notification/blob/master/CHANGELOG.md)\n\n## Installation\n\n### NPM\n\n`npm install --save react-native-push-notification`\n\n### Yarn\n\n`yarn add react-native-push-notification`\n\n**NOTE: For Android, you will still have to manually update the AndroidManifest.xml (as below) in order to use Scheduled Notifications.**\n\n## Issues\n\nHaving a problem? Read the [troubleshooting](./trouble-shooting.md) guide before raising an issue.\n\n## Pull Requests\n\n[Please read...](./submitting-a-pull-request.md)\n\n## iOS manual Installation\n\nThe component uses PushNotificationIOS for the iOS part.\n\n[Please see: PushNotificationIOS](https://github.com/react-native-community/react-native-push-notification-ios)\n\n## Android manual Installation\n\n**NOTE: `firebase-messaging`, prior to version 15 requires to have the same version number in order to work correctly at build time and at run time. To use a specific version:**\n\nIn your `android/build.gradle`\n\n```gradle\next {\n    googlePlayServicesVersion = \"\u003cYour play services version\u003e\" // default: \"+\"\n    firebaseMessagingVersion = \"\u003cYour Firebase version\u003e\" // default: \"+\"\n\n    // Other settings\n    compileSdkVersion = \u003cYour compile SDK version\u003e // default: 23\n    buildToolsVersion = \"\u003cYour build tools version\u003e\" // default: \"23.0.1\"\n    targetSdkVersion = \u003cYour target SDK version\u003e // default: 23\n    supportLibVersion = \"\u003cYour support lib version\u003e\" // default: 23.1.1\n}\n```\n\n**NOTE: localNotification() works without changes in the application part, while localNotificationSchedule() only works with these changes:**\n\nIn your `android/app/src/main/AndroidManifest.xml`\n\n```xml\n    .....\n    \u003cuses-permission android:name=\"android.permission.WAKE_LOCK\" /\u003e\n\n    \u003cuses-permission android:name=\"android.permission.VIBRATE\" /\u003e\n    \u003cuses-permission android:name=\"android.permission.RECEIVE_BOOT_COMPLETED\"/\u003e\n\n    \u003capplication ....\u003e\n        \u003cmeta-data  android:name=\"com.dieam.reactnativepushnotification.notification_channel_name\"\n                android:value=\"YOUR NOTIFICATION CHANNEL NAME\"/\u003e\n        \u003cmeta-data  android:name=\"com.dieam.reactnativepushnotification.notification_channel_description\"\n                    android:value=\"YOUR NOTIFICATION CHANNEL DESCRIPTION\"/\u003e\n\n        \u003c!-- Change the value to true to enable pop-up for in foreground (remote-only, for local use ignoreInForeground) --\u003e\n        \u003cmeta-data  android:name=\"com.dieam.reactnativepushnotification.notification_foreground\"\n                    android:value=\"false\"/\u003e\n        \u003c!-- Change the resource name to your App's accent color - or any other color you want --\u003e\n        \u003cmeta-data  android:name=\"com.dieam.reactnativepushnotification.notification_color\"\n                    android:resource=\"@color/white\"/\u003e \u003c!-- or @android:color/{name} to use a standard color --\u003e\n\n        \u003creceiver android:name=\"com.dieam.reactnativepushnotification.modules.RNPushNotificationPublisher\" /\u003e\n        \u003creceiver android:name=\"com.dieam.reactnativepushnotification.modules.RNPushNotificationBootEventReceiver\"\u003e\n            \u003cintent-filter\u003e\n                \u003caction android:name=\"android.intent.action.BOOT_COMPLETED\" /\u003e\n            \u003c/intent-filter\u003e\n        \u003c/receiver\u003e\n\n        \u003cservice\n            android:name=\"com.dieam.reactnativepushnotification.modules.RNPushNotificationListenerService\"\n            android:exported=\"false\" \u003e\n            \u003cintent-filter\u003e\n                \u003caction android:name=\"com.google.firebase.MESSAGING_EVENT\" /\u003e\n            \u003c/intent-filter\u003e\n        \u003c/service\u003e\n     .....\n```\n\nIf not using a built in Android color (`@android:color/{name}`) for the `notification_color` `meta-data` item.\nIn `android/app/src/main/res/values/colors.xml` (Create the file if it doesn't exist).\n\n```xml\n\u003cresources\u003e\n    \u003ccolor name=\"white\"\u003e#FFF\u003c/color\u003e\n\u003c/resources\u003e\n```\n\n### If you use remote notifications\n\nMake sure you have installed setup Firebase correctly.\n\nIn `android/build.gradle`\n\n```gradle\n\nbuildscript {\n    ...\n    dependencies {\n        ...\n        classpath('com.google.gms:google-services:4.3.3')\n        ...\n    }\n}\n```\n\nIn `android/app/build.gradle`\n\n```gradle\ndependencies {\n  ...\n  implementation 'com.google.firebase:firebase-analytics:17.3.0'\n  ...\n}\n\napply plugin: 'com.google.gms.google-services'\n\n```\n\nThen put your `google-services.json` in `android/app/`.\n\n**Note: [firebase/release-notes](https://firebase.google.com/support/release-notes/android)**\n\n\u003e The Firebase Android library `firebase-core` is no longer needed. This SDK included the Firebase SDK for Google Analytics.\n\u003e\n\u003e Now, to use Analytics or any Firebase product that recommends the use of Analytics (see table below), you need to explicitly add the Analytics dependency: `com.google.firebase:firebase-analytics:17.3.0`.\n\n### If you don't use autolink\n\nIn `android/settings.gradle`\n\n```gradle\n...\ninclude ':react-native-push-notification'\nproject(':react-native-push-notification').projectDir = file('../node_modules/react-native-push-notification/android')\n```\n\nIn your `android/app/build.gradle`\n\n```gradle\n dependencies {\n    ...\n    implementation project(':react-native-push-notification')\n    ...\n }\n```\n\nManually register module in `MainApplication.java` (if you did not use `react-native link`):\n\n```java\nimport com.dieam.reactnativepushnotification.ReactNativePushNotificationPackage;  // \u003c--- Import Package\n\npublic class MainApplication extends Application implements ReactApplication {\n\n  private final ReactNativeHost mReactNativeHost = new ReactNativeHost(this) {\n      @Override\n      protected boolean getUseDeveloperSupport() {\n        return BuildConfig.DEBUG;\n      }\n\n      @Override\n      protected List\u003cReactPackage\u003e getPackages() {\n\n      return Arrays.\u003cReactPackage\u003easList(\n          new MainReactPackage(),\n          new ReactNativePushNotificationPackage() // \u003c---- Add the Package\n      );\n    }\n  };\n\n  ....\n}\n```\n\n## Usage\n\n```javascript\nimport PushNotificationIOS from \"@react-native-community/push-notification-ios\";\nvar PushNotification = require(\"react-native-push-notification\");\n\nPushNotification.configure({\n  // (optional) Called when Token is generated (iOS and Android)\n  onRegister: function (token) {\n    console.log(\"TOKEN:\", token);\n  },\n\n  // (required) Called when a remote is received or opened, or local notification is opened\n  onNotification: function (notification) {\n    console.log(\"NOTIFICATION:\", notification);\n\n    // process the notification\n\n    // (required) Called when a remote is received or opened, or local notification is opened\n    notification.finish(PushNotificationIOS.FetchResult.NoData);\n  },\n\n  // IOS ONLY (optional): default: all - Permissions to register.\n  permissions: {\n    alert: true,\n    badge: true,\n    sound: true,\n  },\n\n  // Should the initial notification be popped automatically\n  // default: true\n  popInitialNotification: true,\n\n  /**\n   * (optional) default: true\n   * - Specified if permissions (ios) and token (android and ios) will requested or not,\n   * - if not, you must call PushNotificationsHandler.requestPermissions() later\n   * - if you are not using remote notification or do not have Firebase installed, use this:\n   *     requestPermissions: Platform.OS === 'ios'\n   */\n  requestPermissions: true,\n});\n```\n\n## Example app\n\nExample folder contains an example app to demonstrate how to use this package. The notification Handling is done in `NotifService.js`.\n\nPlease test your PRs with this example app before submitting them. It'll help maintaining this repo.\n\n## Handling Notifications\n\nWhen any notification is opened or received the callback `onNotification` is called passing an object with the notification data.\n\nNotification object example:\n\n```javascript\n{\n    foreground: false, // BOOLEAN: If the notification was received in foreground or not\n    userInteraction: false, // BOOLEAN: If the notification was opened by the user from the notification area or not\n    message: 'My Notification Message', // STRING: The notification message\n    data: {}, // OBJECT: The push data\n}\n```\n\n## Local Notifications\n\n`PushNotification.localNotification(details: Object)`\n\nEXAMPLE:\n\n```javascript\nPushNotification.localNotification({\n  /* Android Only Properties */\n  id: 0, // (optional) Valid unique 32 bit integer specified as string. default: Autogenerated Unique ID\n  ticker: \"My Notification Ticker\", // (optional)\n  autoCancel: true, // (optional) default: true\n  largeIcon: \"ic_launcher\", // (optional) default: \"ic_launcher\"\n  smallIcon: \"ic_notification\", // (optional) default: \"ic_notification\" with fallback for \"ic_launcher\"\n  bigText: \"My big text that will be shown when notification is expanded\", // (optional) default: \"message\" prop\n  subText: \"This is a subText\", // (optional) default: none\n  color: \"red\", // (optional) default: system default\n  vibrate: true, // (optional) default: true\n  vibration: 300, // vibration length in milliseconds, ignored if vibrate=false, default: 1000\n  tag: \"some_tag\", // (optional) add tag to message\n  group: \"group\", // (optional) add group to message\n  ongoing: false, // (optional) set whether this is an \"ongoing\" notification\n  priority: \"high\", // (optional) set notification priority, default: high\n  visibility: \"private\", // (optional) set notification visibility, default: private\n  importance: \"high\", // (optional) set notification importance, default: high\n  allowWhileIdle: false, // (optional) set notification to work while on doze, default: false\n  ignoreInForeground: false, // (optional) if true, the notification will not be visible when the app is in the foreground (useful for parity with how iOS notifications appear)\n\n  /* iOS only properties */\n  alertAction: \"view\", // (optional) default: view\n  category: \"\", // (optional) default: empty string\n  userInfo: {}, // (optional) default: {} (using null throws a JSON value '\u003cnull\u003e' error)\n\n  /* iOS and Android properties */\n  title: \"My Notification Title\", // (optional)\n  message: \"My Notification Message\", // (required)\n  playSound: false, // (optional) default: true\n  soundName: \"default\", // (optional) Sound to play when the notification is shown. Value of 'default' plays the default sound. It can be set to a custom sound such as 'android.resource://com.xyz/raw/my_sound'. It will look for the 'my_sound' audio file in 'res/raw' directory and play it. default: 'default' (default sound is played)\n  number: 10, // (optional) Valid 32 bit integer specified as string. default: none (Cannot be zero)\n  repeatType: \"day\", // (optional) Repeating interval. Check 'Repeating Notifications' section for more info.\n  actions: '[\"Yes\", \"No\"]', // (Android only) See the doc for notification actions to know more\n});\n```\n\n## Scheduled Notifications\n\n`PushNotification.localNotificationSchedule(details: Object)`\n\nEXAMPLE:\n\n```javascript\nPushNotification.localNotificationSchedule({\n  //... You can use all the options from localNotifications\n  message: \"My Notification Message\", // (required)\n  date: new Date(Date.now() + 60 * 1000), // in 60 secs\n});\n```\n\n## Custom sounds\n\nIn android, add your custom sound file to `[project_root]/android/app/src/main/res/raw`\n\nIn iOS, add your custom sound file to the project `Resources` in xCode.\n\nIn the location notification json specify the full file name:\n\n    soundName: 'my_sound.mp3'\n\n## Cancelling notifications\n\n### 1) cancelLocalNotifications\n\n#### Android\n\nThe `id` parameter for `PushNotification.localNotification` is required for this operation. The id supplied will then be used for the cancel operation.\n\n```javascript\n// Android\nPushNotification.localNotification({\n    ...\n    id: '123'\n    ...\n});\nPushNotification.cancelLocalNotifications({id: '123'});\n```\n\n#### IOS\n\nThe `userInfo` parameter for `PushNotification.localNotification` is required for this operation and must contain an `id` parameter. The id supplied will then be used for the cancel operation.\n\n```javascript\n// IOS\nPushNotification.localNotification({\n    ...\n    userInfo: { id: '123' }\n    ...\n});\nPushNotification.cancelLocalNotifications({id: '123'});\n```\n\n### 2) cancelAllLocalNotifications\n\n`PushNotification.cancelAllLocalNotifications()`\n\nCancels all scheduled notifications AND clears the notifications alerts that are in the notification centre.\n\n_NOTE: there is currently no api for removing specific notification alerts from the notification centre._\n\n### 3) removeAllDeliveredNotifications\n\n```javascript\nPushNotificationIOS.removeAllDeliveredNotifications();\n```\n\nRemove all delivered notifications from Notification Center\n\n### 4) getDeliveredNotifications\n\n```javascript\nPushNotificationIOS.getDeliveredNotifications(callback);\n```\n\nProvides you with a list of the app’s notifications that are still displayed in Notification Center\n\n**Parameters:**\n\n| Name     | Type     | Required | Description                                                 |\n| -------- | -------- | -------- | ----------------------------------------------------------- |\n| callback | function | Yes      | Function which receive an array of delivered notifications. |\n\nA delivered notification is an object containing:\n\n- `identifier` : The identifier of this notification.\n- `title` : The title of this notification.\n- `body` : The body of this notification.\n- `category` : The category of this notification (optional).\n- `userInfo` : An object containing additional notification data (optional).\n- `thread-id` : The thread identifier of this notification, if has one.\n\n### 5) removeDeliveredNotifications\n\n```javascript\nPushNotificationIOS.removeDeliveredNotifications(identifiers);\n```\n\nRemoves the specified notifications from Notification Center\n\n**Parameters:**\n\n| Name        | Type  | Required | Description                        |\n| ----------- | ----- | -------- | ---------------------------------- |\n| identifiers | array | Yes      | Array of notification identifiers. |\n\n\n## Abandon Permissions\n\n`PushNotification.abandonPermissions()` Revokes the current token and unregister for all remote notifications received via APNS or FCM.\n\n## Notification priority\n\n(optional) Specify `priority` to set priority of notification. Default value: \"high\"\n\nAvailable options:\n\n\"max\" = NotficationCompat.PRIORITY_MAX\n\"high\" = NotficationCompat.PRIORITY_HIGH\n\"low\" = NotficationCompat.PRIORITY_LOW\n\"min\" = NotficationCompat.PRIORITY_MIN\n\"default\" = NotficationCompat.PRIORITY_DEFAULT\n\nMore information: https://developer.android.com/reference/android/app/Notification.html#PRIORITY_DEFAULT\n\n## Notification visibility\n\n(optional) Specify `visibility` to set visibility of notification. Default value: \"private\"\n\nAvailable options:\n\n\"private\" = NotficationCompat.VISIBILITY_PRIVATE\n\"public\" = NotficationCompat.VISIBILITY_PUBLIC\n\"secret\" = NotficationCompat.VISIBILITY_SECRET\n\nMore information: https://developer.android.com/reference/android/app/Notification.html#VISIBILITY_PRIVATE\n\n## Notification importance\n\n(optional) Specify `importance` to set importance of notification. Default value: \"high\"\n\nAvailable options:\n\n\"default\" = NotificationManager.IMPORTANCE_DEFAULT\n\"max\" = NotificationManager.IMPORTANCE_MAX\n\"high\" = NotificationManager.IMPORTANCE_HIGH\n\"low\" = NotificationManager.IMPORTANCE_LOW\n\"min\" = NotificationManager.IMPORTANCE_MIN\n\"none\" = NotificationManager.IMPORTANCE_NONE\n\"unspecified\" = NotificationManager.IMPORTANCE_UNSPECIFIED\n\nMore information: https://developer.android.com/reference/android/app/NotificationManager#IMPORTANCE_DEFAULT\n\n## Notification while idle\n\n(optional) Specify `allowWhileIdle` to set if the notification should be allowed to execute even when the system is on low-power idle modes.\n\nOn Android 6.0 (API level 23) and forward, the Doze was introduced to reduce battery consumption when the device is unused for long periods of time. But while on Doze the AlarmManager alarms (used to show scheduled notifications) are deferred to the next maintenance window. This may cause the notification to be delayed while on Doze.\n\nThis can significantly impact the power use of the device when idle. So it must only be used when the notification is required to go off on a exact time, for example on a calendar notification.\n\nMore information:\nhttps://developer.android.com/training/monitoring-device-state/doze-standby\n\n## Repeating Notifications\n\n(optional) Specify `repeatType` and optionally `repeatTime` (Android-only) while scheduling the local notification. Check the local notification example above.\n\nProperty `repeatType` could be one of `month`, `week`, `day`, `hour`, `minute`, `time`. If specified as time, it should be accompanied by one more parameter `repeatTime` which should the number of milliseconds between each interval.\n\n## Notification Actions\n\n(Android only) [Refer](https://github.com/zo0r/react-native-push-notification/issues/151) to this issue to see an example of a notification action.\n\nTwo things are required to setup notification actions.\n\n### 1) Specify notification actions for a notification\n\nThis is done by specifying an `actions` parameters while configuring the local notification. This is an array of strings where each string is a notification action that will be presented with the notification.\n\nFor e.g. `actions: '[\"Accept\", \"Reject\"]' // Must be in string format`\n\nThe array itself is specified in string format to circumvent some problems because of the way JSON arrays are handled by react-native android bridge.\n\n### 2) Specify handlers for the notification actions\n\nFor each action specified in the `actions` field, we need to add a handler that is called when the user clicks on the action. This can be done in the `componentWillMount` of your main app file or in a separate file which is imported in your main app file. Notification actions handlers can be configured as below:\n\n```\nimport PushNotificationAndroid from 'react-native-push-notification'\n\n(function() {\n  // Register all the valid actions for notifications here and add the action handler for each action\n  PushNotificationAndroid.registerNotificationActions(['Accept','Reject','Yes','No']);\n  DeviceEventEmitter.addListener('notificationActionReceived', function(action){\n    console.log ('Notification action received: ' + action);\n    const info = JSON.parse(action.dataJSON);\n    if (info.action == 'Accept') {\n      // Do work pertaining to Accept action here\n    } else if (info.action == 'Reject') {\n      // Do work pertaining to Reject action here\n    }\n    // Add all the required actions handlers\n  });\n})();\n```\n\nFor iOS, you can use this [package](https://github.com/holmesal/react-native-ios-notification-actions) to add notification actions.\n\n## Set application badge icon\n\n`PushNotification.setApplicationIconBadgeNumber(number: number)`\n\nWorks natively in iOS.\n\nUses the [ShortcutBadger](https://github.com/leolin310148/ShortcutBadger) on Android, and as such will not work on all Android devices.\n\n## Sending Notification Data From Server\n\nSame parameters as `PushNotification.localNotification()`\n\n## Android Only Methods\n\n`PushNotification.subscribeToTopic(topic: string)` Subscribe to a topic (works only with Firebase)\n\n`PushNotification.unsubscribeFromTopic(topic: string)` Unsubscribe from a topic (works only with Firebase)\n\n## Checking Notification Permissions\n\n`PushNotification.checkPermissions(callback: Function)` Check permissions\n\n`callback` will be invoked with a `permissions` object:\n\n- `alert`: boolean\n- `badge`: boolean\n- `sound`: boolean\n\n## iOS Only Methods\n\n`PushNotification.getApplicationIconBadgeNumber(callback: Function)` Get badge number\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnericode%2Freact-native-leanplum-firebase-notifications","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnericode%2Freact-native-leanplum-firebase-notifications","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnericode%2Freact-native-leanplum-firebase-notifications/lists"}