Conversation
Contributor
|
Minimum allowed coverage is Generated by 🐒 cobertura-action against cd17c97 |
Contributor
Reassure — 🔴 2 regressions · 🟢 0 improvements · 0 added · 0 removed🔴 Regressions (2)
Meaningless changes (119 tests across 14 components)
|
Contributor
🧪 CI Test Results Summary🧩 Unit Tests#### 📱 E2E Tests (Android + iOS)
|
b5e7aca to
c9bdd68
Compare
e935e8d to
11e09e8
Compare
ca8cd35 to
3c22328
Compare
Add support for Google Mobile Ads SDK, including initialization and GDPR consent flow. Update the app to display adaptive banner ads in the Menu and Shopping screens. Introduce reusable AdBanner component and AdConfig utility for centralized ad management. - Initialize Mobile Ads SDK and GDPR consent in App.tsx - Add react-native-google-mobile-ads to dependencies - Implement AdBanner component with adaptive banner ads - Add logging for ad-related operations - Update Menu and Shopping screens to include ads BREAKING CHANGE: App now displays banner ads on Menu and Shopping screens.
- Create `react-native-google-mobile-ads-mock` for testing ad-related behaviors. - Add `AdBanner` tests to validate rendering, props handling, and environment-based behavior. - Introduce `AdBanner-mock` for mocking `AdBanner` in tests. - Update Jest config to include `react-native-google-mobile-ads` mock mapping. test(ads): add e2e asserts for AdBanner visibility on screens - Verify AdBanner visibility on Menu, Shopping, and Home screens. - Ensure AdBanner is displayed even when specific views (e.g., ScrollView) are not visible. test(ads): add unit tests for AdBanner visibility across screens - Verify AdBanner behavior on Menu, Shopping, and Home screens. - Ensure AdBanner rendering respects environment-based settings. - Preserve `process.env.NODE_ENV` across tests to avoid side effects.
- Document production build requirements for AdMob environment variables in CONTRIBUTING.md. - Update README.md to include Google AdMob integration details and GDPR consent management. - Revise privacy-policy.md to outline data collection by AdMob and provide GDPR compliance information.
Button was overlapping the banner. AdBanner now exposes onHeightChange via onLayout so consumers can offset absolutely-positioned UI without magic values.
isMountRequested and subscribeMount were removed from PyodideBridgeImpl during the bridge refactor. runtimeMount.ios.ts now tracks mount state locally, consistent with the non-iOS implementation.
This file contains hidden or 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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Pull Request Description
Add ads banner to seom screens where it doesn't breaks user experience or overall design of the app.
🔗 Related Issue
NA
🛠️ Type of Change
🧪 Testing
Test Coverage
Manual Testing Checklist