Conversation
Contributor
There was a problem hiding this comment.
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.lockto 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.
hurali97
approved these changes
Feb 25, 2026
Collaborator
Author
|
Dropping as per discussion in #252 |
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.
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