You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Fix glitch when mounting React tree in native component
* Add render_error to EmbeddedErrorType
* Open external links in external browser
* Fix camera/media permissions
* Example app android fixes
* Android UI improvements
* Allow inline navigation to hosts in development mode
* Workaround webview issue on iOS
* Open verify.stripe.com URLs inline
* Add missing import
* Fix another compilation error
* Fix
* Fix Android API compatibility
* Financial connections
* Revert NavigationBar textColor functionality and StatusBar padding
This reverts the changes from commit 6a04dfe ("Android UI improvements")
which introduced textColor prop to NavigationBar and StatusBar.currentHeight
padding. These changes were causing Alipay E2E tests to fail across all
platforms (Android/iOS, new/old arch).
Breaking commit identified via CI analysis:
- 2bb15b6 "Fix camera/media permissions" - 8/8 tests passed ✓
- 6a04dfe "Android UI improvements" - 6/7 tests FAILED ✗
Changes reverted:
- Removed textColorValue prop from NavigationBar native modules (iOS/Android)
- Removed textColor prop from NavigationBar React component
- Removed StatusBar.currentHeight padding from ConnectAccountOnboarding
- Removed StatusBar import from Components.tsx
The textColor feature can be re-implemented more carefully in a separate PR
after investigating why it caused test failures.
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Committed-By-Agent: claude
* Fix Jest tests after removing textColor functionality
After removing the textColor prop from NavigationBar, two test suites were
failing due to missing mocks and outdated assertions:
1. Added jest/setup.js to mock NativeOnrampSdkModule which was causing
test failures in EmbeddedComponent and Components tests
2. Updated Jest configuration in package.json to use setupFilesAfterEnv
3. Removed textColor assertion from Components.test.tsx that was expecting
the removed prop
All tests now pass (55 tests, 4 test suites).
Co-Authored-By: Claude Sonnet 4.5 <noreply@anthropic.com>
Committed-By-Agent: claude
* Camera fix and other smaller improvements
---------
Co-authored-by: Claude Sonnet 4.5 <noreply@anthropic.com>
0 commit comments