Skip to content

chore: Merge 4.70.1 into single-server#7044

Merged
diegolmello merged 4 commits into
single-serverfrom
build-4.70.1
Mar 9, 2026
Merged

chore: Merge 4.70.1 into single-server#7044
diegolmello merged 4 commits into
single-serverfrom
build-4.70.1

Conversation

@diegolmello

@diegolmello diegolmello commented Mar 9, 2026

Copy link
Copy Markdown
Member

Proposed changes

Issue(s)

How to test or reproduce

Screenshots

Types of changes

  • Bugfix (non-breaking change which fixes an issue)
  • Improvement (non-breaking change which improves a current function)
  • New feature (non-breaking change which adds functionality)
  • Documentation update (if none of the other choices apply)

Checklist

  • I have read the CONTRIBUTING doc
  • I have signed the CLA
  • Lint and unit tests pass locally with my changes
  • I have added tests that prove my fix is effective or that my feature works (if applicable)
  • I have added necessary documentation (if applicable)
  • Any dependent changes have been merged and published in downstream modules

Further comments

Summary by CodeRabbit

  • Chores

    • Bumped version to 4.70.1 across Android, iOS, and package configurations.
  • Refactor

    • Simplified the inverted scroll view component by removing complex native layer interactions and delegating to standard React Native scroll behavior.

@diegolmello diegolmello had a problem deploying to approve_e2e_testing March 9, 2026 13:05 — with GitHub Actions Failure
@diegolmello diegolmello merged commit 2626b57 into single-server Mar 9, 2026
72 of 98 checks passed
@coderabbitai

coderabbitai Bot commented Mar 9, 2026

Copy link
Copy Markdown
Contributor

Caution

Review failed

The pull request is closed.

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: 382000bd-866a-41c0-a14e-d9df069c04b6

📥 Commits

Reviewing files that changed from the base of the PR and between 2b71dbf and 15ab0d6.

📒 Files selected for processing (6)
  • android/app/build.gradle
  • app/views/RoomView/List/components/InvertedScrollView.tsx
  • ios/RocketChatRN.xcodeproj/project.pbxproj
  • ios/RocketChatRN/Info.plist
  • ios/ShareRocketChatRN/Info.plist
  • package.json

Walkthrough

This PR bumps the application version from 4.70.0 to 4.70.1 across Android, iOS, and package configuration files, and refactors the InvertedScrollView component to use React Native's standard ScrollView instead of a complex native Android scroll implementation.

Changes

Cohort / File(s) Summary
Version Updates
android/app/build.gradle, ios/RocketChatRN.xcodeproj/project.pbxproj, ios/RocketChatRN/Info.plist, ios/ShareRocketChatRN/Info.plist, package.json
Bumped versionName/CFBundleShortVersionString/package version from 4.70.0 to 4.70.1 across all platform-specific and package configuration files.
InvertedScrollView Refactoring
app/views/RoomView/List/components/InvertedScrollView.tsx
Simplified InvertedScrollView by removing custom Android-native scroll wrapping, internal refs, layout effects, and UIManager commands. Replaced with a leaner React Native ScrollView wrapper that delegates scrolling behavior to the standard ScrollView. Updated forwardRef signature from InvertedScrollViewRef to ScrollView. Removed related internal type declarations and added displayName.

Estimated code review effort

🎯 3 (Moderate) | ⏱️ ~25 minutes

Possibly related PRs

Suggested labels

type: feature

Tip

Try Coding Plans. Let us write the prompt for your AI agent so you can ship faster (with fewer bugs).
Share your feedback on Discord.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@diegolmello diegolmello deleted the build-4.70.1 branch March 9, 2026 13:06
@diegolmello diegolmello had a problem deploying to experimental_ios_build March 9, 2026 13:10 — with GitHub Actions Failure
@diegolmello diegolmello had a problem deploying to experimental_android_build March 9, 2026 13:10 — with GitHub Actions Failure
@diegolmello diegolmello had a problem deploying to official_android_build March 9, 2026 13:10 — with GitHub Actions Failure
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant