-
Notifications
You must be signed in to change notification settings - Fork 191
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: upgrade AnalyticsReactNativeExample RN version from 0.72->0.76 (…
…#1031) * fix: to show 'Queue restoration timeout' only once * fix: advertising id being sent for Android application installed events * chore: add privacy manifest file to core package * fix: events not being sent when adTrackingEnabled is false * fix: type mismatch inferred type is String? but String was expected * Revert "fix: type mismatch inferred type is String? but String was expected" This reverts commit 2b1e1fc. * chore: upgrade AnalyticsReactNativeExample to RN 0.76 * chore: upgrade AnalyticsReactNativeExample RN version to 0.76 * chore: removed actual write key with placeholder after testing --------- Co-authored-by: Sunita Prajapati <>
- Loading branch information
Showing
36 changed files
with
7,331 additions
and
3,486 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 |
---|---|---|
@@ -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
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
29 changes: 0 additions & 29 deletions
29
...le/android/app/src/androidTest/java/com/segmentanalyticsreactnativeexample/DetoxTest.java
This file was deleted.
Oops, something went wrong.
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
75 changes: 0 additions & 75 deletions
75
...xample/android/app/src/debug/java/com/analyticsreactnativeexample/ReactNativeFlipper.java
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.