-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* 📦 Upgrade to RN 0.73.2 * Example | 📦 Upgrade to RN 0.73.2 * EsLint * Version Bump - 2.3.1 * Implement iOS Notification Extension - WIP * update NotificationServiceExtension functionality * NE - WIP * 🍏 Implementation for NotificationService * Allow options at initializing for both platforms * Example | Update example to use iOS Notification Extension * 🍏 Use pod GoogleUtilities early * 🍏 Use Ometria 1.5.1 * Update Library to use Ometria 1.5.1 iOS * Example | Update Example to Use Ometria iOS 1.5.1 - Handle notifications * Bump verion to 2.4.0 * Android | Add the possibility to use local aar in release mode * Library | Cleanup & mark deprecation methods * Example App | Change the methods * Android | Use 1.6.2 * Example | Version bump - 2.4.0 * Update Readme * Update Readme * Update Readme broken link * 📄 Added some instructions for deprecated methods. * ⏳ Changelog 2.4.0 * 📄 Readme updates * Version bump 2.4.0 --------- 2024-02 - Updated ReactNative to 0.73.2 - Deprecated `onNotificationInteracted` method. Use `onNotificationOpenedApp` instead for handling notification interaction. - Deprecated `setBackgroundMessageHandler`Android method. Use the new method `onAndroidBackgroundMessage` to handle background messages on Android. - Changed `onNotificationOpenedApp` signature to include the remote message object as a parameter for better compatibility with the native SDK. - Updated Ometria native SDK to the latest versions - 🍏 1.5.1 iOS & 🤖 1.6.2 Android. Both SDK support quit app state notification handling. Co-authored-by: Patrascu Vlad <[email protected]> Co-authored-by: Cata Demian <[email protected]>
- Loading branch information
1 parent
5c719bc
commit 550dfa5
Showing
59 changed files
with
29,568 additions
and
43,515 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -60,3 +60,6 @@ android/keystores/debug.keystore | |
|
||
# generated by bob | ||
lib/ | ||
|
||
# testing | ||
/coverage |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,12 @@ | ||
// | ||
// OmetriaReactNativeSdk.h | ||
// Pods | ||
// | ||
// Created by Vlad on 07.02.2024. | ||
// | ||
|
||
#ifndef OmetriaReactNativeSdk_h | ||
#define OmetriaReactNativeSdk_h | ||
|
||
|
||
#endif /* OmetriaReactNativeSdk_h */ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
module.exports = { | ||
presets: ['module:metro-react-native-babel-preset'], | ||
presets: ['module:@react-native/babel-preset'], | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
module.exports = { | ||
root: true, | ||
extends: '@react-native', | ||
}; |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
{} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,7 @@ | ||
source 'https://rubygems.org' | ||
|
||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
ruby '>= 2.6.10' | ||
ruby "2.7.5" | ||
|
||
gem 'cocoapods', '>= 1.11.3' | ||
gem 'cocoapods', '~> 1.13' | ||
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,9 @@ | ||
<?xml version="1.0" encoding="utf-8"?> | ||
<manifest xmlns:android="http://schemas.android.com/apk/res/android" | ||
xmlns:tools="http://schemas.android.com/tools"> | ||
|
||
<uses-permission android:name="android.permission.SYSTEM_ALERT_WINDOW"/> | ||
|
||
<application | ||
android:usesCleartextTraffic="true" | ||
tools:targetApi="28" | ||
tools:ignore="GoogleAppIndexingWarning"> | ||
<activity android:name="com.facebook.react.devsupport.DevSettingsActivity" android:exported="false" /> | ||
</application> | ||
tools:ignore="GoogleAppIndexingWarning" | ||
/> | ||
</manifest> |
Oops, something went wrong.