Skip to content

Commit

Permalink
Refactor all fixture packages to use com.reactnative
Browse files Browse the repository at this point in the history
[full ci]
  • Loading branch information
twometresteve committed Jan 9, 2024
1 parent 578b998 commit 9dda839
Show file tree
Hide file tree
Showing 116 changed files with 1,012 additions and 1,012 deletions.
12 changes: 6 additions & 6 deletions .buildkite/full/react-native-android-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -232,8 +232,8 @@ steps:
service-ports: true
command:
- --app=build/rn0.60.apk
- --app-activity=com.rn060.MainActivity
- --app-package=com.rn060
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand Down Expand Up @@ -426,8 +426,8 @@ steps:
service-ports: true
command:
- --app=build/r_navigation_0.60.apk
- --app-activity=com.rn060.MainActivity
- --app-package=com.rn060
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand Down Expand Up @@ -478,8 +478,8 @@ steps:
service-ports: true
command:
- --app=build/r_native_navigation_0.60.apk
- --app-activity=com.rn060.MainActivity
- --app-package=com.rn060
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand Down
40 changes: 20 additions & 20 deletions .buildkite/full/react-native-cli-pipeline.full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -587,8 +587,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_60.apk
- --app-activity=com.rn0_60.MainActivity
- --app-package=com.rn0_60
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -612,8 +612,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_61.apk
- --app-activity=com.rn0_61.MainActivity
- --app-package=com.rn0_61
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -637,8 +637,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_62.apk
- --app-activity=com.rn0_62.MainActivity
- --app-package=com.rn0_62
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -662,8 +662,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_63.apk
- --app-activity=com.rn0_63.MainActivity
- --app-package=com.rn0_63
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -687,8 +687,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_63_expo_ejected.apk
- --app-activity=com.rn0_63_expo_ejected.MainActivity
- --app-package=com.rn0_63_expo_ejected
- --app-activity=com.reactnative_expo_ejected.MainActivity
- --app-package=com.reactnative_expo_ejected
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -712,8 +712,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_64.apk
- --app-activity=com.rn0_64.MainActivity
- --app-package=com.rn0_64
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -737,8 +737,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_65.apk
- --app-activity=com.rn0_65.MainActivity
- --app-package=com.rn0_65
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -762,8 +762,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_66.apk
- --app-activity=com.rn0_66.MainActivity
- --app-package=com.rn0_66
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -787,8 +787,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_67.apk
- --app-activity=com.rn0_67.MainActivity
- --app-package=com.rn0_67
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand All @@ -812,8 +812,8 @@ steps:
service-ports: true
command:
- --app=build/rn0_69.apk
- --app-activity=com.rn0_69.MainActivity
- --app-package=com.rn0_69
- --app-activity=com.reactnative.MainActivity
- --app-package=com.reactnative
- --farm=bb
- --device=ANDROID_10|ANDROID_11|ANDROID_12
- --a11y-locator
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ android_library(

android_build_config(
name = "build_config",
package = "com.rn0_60",
package = "com.reactnative",
)

android_resource(
name = "res",
package = "com.rn0_60",
package = "com.reactnative",
res = "src/main/res",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ android {
}

defaultConfig {
applicationId "com.rn0_60"
applicationId "com.reactnative"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rn0_60">
package="com.reactnative">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_60;
package com.reactnative;

import com.bugsnag.android.Bugsnag;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_62;
package com.reactnative;

import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.JavaScriptModule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_60;
package com.reactnative;

import android.content.Intent;
import android.os.Bundle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_60;
package com.reactnative;

import com.bugsnag.android.Configuration;
import com.bugsnag.android.EndpointConfiguration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_60
package com.reactnative

import android.content.Context
import android.content.pm.PackageManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ android_library(

android_build_config(
name = "build_config",
package = "com.rn0_61",
package = "com.reactnative",
)

android_resource(
name = "res",
package = "com.rn0_61",
package = "com.reactnative",
res = "src/main/res",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -129,7 +129,7 @@ android {
}

defaultConfig {
applicationId "com.rn0_61"
applicationId "com.reactnative"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rn0_61">
package="com.reactnative">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_62;
package com.reactnative;

import com.bugsnag.android.Bugsnag;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_60;
package com.reactnative;

import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.JavaScriptModule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_61;
package com.reactnative;

import android.content.Intent;
import android.os.Bundle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_61;
package com.reactnative;

import com.bugsnag.android.Configuration;
import com.bugsnag.android.EndpointConfiguration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_64
package com.reactnative

import android.content.Context
import android.content.pm.PackageManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ android_library(

android_build_config(
name = "build_config",
package = "com.rn0_62",
package = "com.reactnative",
)

android_resource(
name = "res",
package = "com.rn0_62",
package = "com.reactnative",
res = "src/main/res",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {
}

defaultConfig {
applicationId "com.rn0_62"
applicationId "com.reactnative"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rn0_62">
package="com.reactnative">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_63;
package com.reactnative;

import com.bugsnag.android.Bugsnag;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_63;
package com.reactnative;

import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.JavaScriptModule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_62;
package com.reactnative;

import android.content.Intent;
import android.os.Bundle;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_62;
package com.reactnative;

import com.bugsnag.android.Configuration;
import com.bugsnag.android.EndpointConfiguration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_62
package com.reactnative

import android.content.Context
import android.content.pm.PackageManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -35,12 +35,12 @@ android_library(

android_build_config(
name = "build_config",
package = "com.rn0_63",
package = "com.reactnative",
)

android_resource(
name = "res",
package = "com.rn0_63",
package = "com.reactnative",
res = "src/main/res",
)

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ android {
}

defaultConfig {
applicationId "com.rn0_63"
applicationId "com.reactnative"
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<manifest xmlns:android="http://schemas.android.com/apk/res/android"
package="com.rn0_63">
package="com.reactnative">

<uses-permission android:name="android.permission.INTERNET" />

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_61;
package com.reactnative;

import com.bugsnag.android.Bugsnag;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_61;
package com.reactnative;

import com.facebook.react.ReactPackage;
import com.facebook.react.bridge.JavaScriptModule;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_63;
package com.reactnative;

import com.facebook.react.ReactActivity;

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_63;
package com.reactnative;

import com.bugsnag.android.Configuration;
import com.bugsnag.android.EndpointConfiguration;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
package com.rn0_61
package com.reactnative

import android.content.Context
import android.content.pm.PackageManager
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ android {
}

defaultConfig {
applicationId 'com.rn0_63_expo_ejected'
applicationId 'com.reactnative'
minSdkVersion rootProject.ext.minSdkVersion
targetSdkVersion rootProject.ext.targetSdkVersion
versionCode 1
Expand Down
Loading

0 comments on commit 9dda839

Please sign in to comment.