Skip to content

chore: drop TesterIntegrated#254

Merged
artus9033 merged 1 commit intomainfrom
chore/drop-testerintegrated
Feb 25, 2026
Merged

chore: drop TesterIntegrated#254
artus9033 merged 1 commit intomainfrom
chore/drop-testerintegrated

Conversation

@artus9033
Copy link
Collaborator

@artus9033 artus9033 commented Feb 25, 2026

Summary

Since we already have RN & Expo demo apps for testing that are much more meaningful and the integrated (in-source) tester does not bring much value, we agreed in a discussion to drop it in #252.

Test plan

CI green

@artus9033 artus9033 requested a review from hurali97 February 25, 2026 09:34
@artus9033 artus9033 self-assigned this Feb 25, 2026
Copilot AI review requested due to automatic review settings February 25, 2026 09:34
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Removes the in-repo “TesterIntegrated” integrated native tester app (and its CI/docs references) now that testing is covered by the RN & Expo demo apps.

Changes:

  • Deleted apps/TesterIntegrated (JS/TS, Android/Kotlin, iOS/Swift + build tooling/assets).
  • Removed references to TesterIntegrated from docs, contributing guide, CI workflow, and Changesets config.
  • Updated yarn.lock to drop the removed workspace package.

Reviewed changes

Copilot reviewed 56 out of 74 changed files in this pull request and generated no comments.

Show a summary per file
File Description
yarn.lock Removes the @callstack/react-native-brownfield-tester-integrated workspace entry.
docs/docs/docs/getting-started/examples.mdx Drops TesterIntegrated from the examples list.
apps/TesterIntegrated/tsconfig.json Removes TesterIntegrated TS project config.
apps/TesterIntegrated/swift/UIKitExampleViewController.swift Removes iOS UIKit example screen used by TesterIntegrated.
apps/TesterIntegrated/swift/SwiftExample.xcworkspace/xcshareddata/IDEWorkspaceChecks.plist Removes Xcode workspace checks for TesterIntegrated iOS project.
apps/TesterIntegrated/swift/SwiftExample.xcworkspace/contents.xcworkspacedata Removes Xcode workspace definition for TesterIntegrated iOS project.
apps/TesterIntegrated/swift/SwiftExample.xcodeproj/xcshareddata/xcschemes/SwiftExample.xcscheme Removes Xcode scheme for TesterIntegrated iOS project.
apps/TesterIntegrated/swift/SwiftExample.xcodeproj/project.pbxproj Removes Xcode project for TesterIntegrated iOS app.
apps/TesterIntegrated/swift/PrivacyInfo.xcprivacy Removes iOS privacy manifest for TesterIntegrated.
apps/TesterIntegrated/swift/Podfile.lock Removes CocoaPods lockfile for TesterIntegrated iOS project.
apps/TesterIntegrated/swift/Podfile Removes CocoaPods Podfile for TesterIntegrated iOS project.
apps/TesterIntegrated/swift/Info.plist Removes iOS app Info.plist for TesterIntegrated.
apps/TesterIntegrated/swift/Generated/SettingsStore.swift Removes generated Swift store model used by TesterIntegrated.
apps/TesterIntegrated/swift/Generated/BrownfieldStore.swift Removes generated Swift store model used by TesterIntegrated.
apps/TesterIntegrated/swift/Base.lproj/LaunchScreen.storyboard Removes iOS launch screen storyboard for TesterIntegrated.
apps/TesterIntegrated/swift/Assets.xcassets/Contents.json Removes iOS asset catalog metadata for TesterIntegrated.
apps/TesterIntegrated/swift/Assets.xcassets/AppIcon.appiconset/Contents.json Removes iOS app icon set metadata for TesterIntegrated.
apps/TesterIntegrated/swift/App.swift Removes SwiftUI app entrypoint for TesterIntegrated.
apps/TesterIntegrated/swift/.xcode.env Removes Xcode env file for TesterIntegrated.
apps/TesterIntegrated/react-native.config.js Removes RN CLI config for TesterIntegrated.
apps/TesterIntegrated/package.json Removes TesterIntegrated workspace package definition and scripts.
apps/TesterIntegrated/metro.config.cjs Removes Metro config for TesterIntegrated.
apps/TesterIntegrated/kotlin/settings.gradle Removes Android Gradle settings for TesterIntegrated.
apps/TesterIntegrated/kotlin/gradlew.bat Removes Windows Gradle wrapper script for TesterIntegrated Android project.
apps/TesterIntegrated/kotlin/gradlew Removes POSIX Gradle wrapper script for TesterIntegrated Android project.
apps/TesterIntegrated/kotlin/gradle/wrapper/gradle-wrapper.properties Removes Gradle wrapper properties for TesterIntegrated.
apps/TesterIntegrated/kotlin/gradle/wrapper/gradle-wrapper.jar Removes Gradle wrapper JAR for TesterIntegrated.
apps/TesterIntegrated/kotlin/gradle.properties Removes Gradle properties for TesterIntegrated.
apps/TesterIntegrated/kotlin/build.gradle Removes top-level Android build.gradle for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/test/java/com/callstack/kotlinexample/ExampleUnitTest.kt Removes Android unit test stub for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/res/values/styles.xml Removes Android styles for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/res/values/strings.xml Removes Android strings for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/res/values/colors.xml Removes Android colors for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-xxxhdpi/ic_launcher_round.png Removes Android launcher icon asset (xxxhdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-xxxhdpi/ic_launcher.png Removes Android launcher icon asset (xxxhdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-xxhdpi/ic_launcher_round.png Removes Android launcher icon asset (xxhdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-xxhdpi/ic_launcher.png Removes Android launcher icon asset (xxhdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-xhdpi/ic_launcher_round.png Removes Android launcher icon asset (xhdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-xhdpi/ic_launcher.png Removes Android launcher icon asset (xhdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-mdpi/ic_launcher_round.png Removes Android launcher icon asset (mdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-mdpi/ic_launcher.png Removes Android launcher icon asset (mdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-hdpi/ic_launcher_round.png Removes Android launcher icon asset (hdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-hdpi/ic_launcher.png Removes Android launcher icon asset (hdpi).
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-anydpi-v26/ic_launcher_round.xml Removes adaptive icon definition (round) for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/res/mipmap-anydpi-v26/ic_launcher.xml Removes adaptive icon definition for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/res/layout/activity_react_native_fragment.xml Removes Android layout for RN fragment host activity.
apps/TesterIntegrated/kotlin/app/src/main/res/layout/activity_main.xml Removes Android main activity layout for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/res/drawable/ic_launcher_background.xml Removes Android launcher background vector.
apps/TesterIntegrated/kotlin/app/src/main/res/drawable-v24/ic_launcher_foreground.xml Removes Android launcher foreground vector.
apps/TesterIntegrated/kotlin/app/src/main/res/anim/slide_fade_in.xml Removes Android transition animation resource.
apps/TesterIntegrated/kotlin/app/src/main/java/com/callstack/kotlinexample/ReactNativeFragmentActivity.kt Removes Android activity hosting ReactNativeFragment for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/java/com/callstack/kotlinexample/MainApplication.kt Removes Android Application init for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/java/com/callstack/kotlinexample/MainActivity.kt Removes Android main UI / navigation for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/java/com/callstack/kotlinexample/Generated/SettingsStore.kt Removes generated Kotlin store model used by TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/java/com/callstack/kotlinexample/Generated/BrownfieldStore.kt Removes generated Kotlin store model used by TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/main/AndroidManifest.xml Removes Android manifest for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/debug/AndroidManifest.xml Removes debug manifest overrides for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/src/androidTest/java/com/callstack/kotlinexample/ExampleInstrumentedTest.kt Removes Android instrumented test stub for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/proguard-rules.pro Removes Proguard rules file for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/build.gradle Removes Android app module build file for TesterIntegrated.
apps/TesterIntegrated/kotlin/app/.gitignore Removes module .gitignore for TesterIntegrated Android app.
apps/TesterIntegrated/kotlin/.settings/org.eclipse.buildship.core.prefs Removes Eclipse Buildship prefs for TesterIntegrated Android project.
apps/TesterIntegrated/kotlin/.project Removes Eclipse project metadata for TesterIntegrated Android project.
apps/TesterIntegrated/kotlin/.gitignore Removes Android project .gitignore for TesterIntegrated.
apps/TesterIntegrated/index.js Removes RN entrypoint registration for TesterIntegrated JS app.
apps/TesterIntegrated/eslint.config.mjs Removes ESLint config for TesterIntegrated workspace.
apps/TesterIntegrated/babel.config.cjs Removes Babel config for TesterIntegrated workspace.
apps/TesterIntegrated/BrownfieldStore.brownie.ts Removes Brownie store typing augmentation for TesterIntegrated.
apps/TesterIntegrated/App.tsx Removes TesterIntegrated React Native app implementation.
apps/TesterIntegrated/.gitignore Removes workspace .gitignore for TesterIntegrated.
apps/README.md Removes TesterIntegrated from apps documentation.
CONTRIBUTING.md Removes TesterIntegrated-specific setup/scripts docs.
.github/workflows/ci.yml Removes TesterIntegrated Android/iOS CI jobs.
.changeset/config.json Removes the deleted TesterIntegrated package from the Changesets ignore list.
Files not reviewed (1)
  • apps/TesterIntegrated/swift/SwiftExample.xcworkspace/contents.xcworkspacedata: Language not supported

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@artus9033
Copy link
Collaborator Author

Dropping as per discussion in #252

@artus9033 artus9033 merged commit 71e6d3d into main Feb 25, 2026
11 checks passed
@artus9033 artus9033 deleted the chore/drop-testerintegrated branch February 25, 2026 10:05
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants