-
-
Notifications
You must be signed in to change notification settings - Fork 182
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
pauliusguzas
committed
Jul 1, 2024
1 parent
c9d2d9e
commit 9128660
Showing
12 changed files
with
26 additions
and
187 deletions.
There are no files selected for viewing
Binary file removed
BIN
-43.2 KB
...app-harness/appConfigs/unicorn/assets/android/res/drawable-hdpi/splash_icon.png
Binary file not shown.
Binary file removed
BIN
-21.2 KB
...app-harness/appConfigs/unicorn/assets/android/res/drawable-mdpi/splash_icon.png
Binary file not shown.
Binary file removed
BIN
-66.6 KB
...pp-harness/appConfigs/unicorn/assets/android/res/drawable-xhdpi/splash_icon.png
Binary file not shown.
Binary file removed
BIN
-136 KB
...p-harness/appConfigs/unicorn/assets/android/res/drawable-xxhdpi/splash_icon.png
Binary file not shown.
Binary file removed
BIN
-197 KB
...-harness/appConfigs/unicorn/assets/android/res/drawable-xxxhdpi/splash_icon.png
Binary file not shown.
7 changes: 0 additions & 7 deletions
7
packages/app-harness/appConfigs/unicorn/assets/android/res/layout/launch_screen.xml
This file was deleted.
Oops, something went wrong.
Binary file removed
BIN
-9.74 KB
packages/app-harness/appConfigs/unicorn/assets/ios/launch-image.png
Binary file not shown.
19 changes: 0 additions & 19 deletions
19
...-harness/appConfigs/unicorn/builds/android/app/src/main/java/rnv_template/MyAppPackage.kt
This file was deleted.
Oops, something went wrong.
20 changes: 0 additions & 20 deletions
20
...ness/appConfigs/unicorn/builds/android/app/src/main/java/rnv_template/TestNativeModule.kt
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,115 +1,5 @@ | ||
{ | ||
"$schema": "../../.rnv/schema/rnv.app.json", | ||
"extendsTemplate": "@rnv/template-starter/appConfigs/base/renative.json", | ||
"id": "unicorn", | ||
"common": { | ||
"id": "renative.harness", | ||
"title": "Harness", | ||
"description": "Test Harness for ReNative", | ||
"runtime": { | ||
"welcomeMessage": "Hello ReNative Harness!" | ||
}, | ||
"buildSchemes": { | ||
"debug": { | ||
"id": "renative.harness.debug", | ||
"title": "Debug Harness" | ||
}, | ||
"test": { | ||
"id": "renative.harness.test", | ||
"title": "Test Harness" | ||
} | ||
}, | ||
"fontSources": ["{{resolvePackage(react-native-vector-icons)}}/Fonts"], | ||
"excludedPlugins": ["@react-native-firebase/app"] | ||
}, | ||
"platforms": { | ||
"ios": { | ||
"entitlements": { | ||
"aps-environment": "development" | ||
}, | ||
"buildSchemes": { | ||
"debug-static-pods": { | ||
"runScheme": "Debug", | ||
"bundleAssets": false, | ||
"templateXcode": { | ||
"Podfile": { | ||
"sources": ["https://github.com/CocoaPods/Specs.git"], | ||
"header": [ | ||
"plugin 'cocoapods-user-defined-build-types'", | ||
"enable_user_defined_build_types!" | ||
] | ||
} | ||
}, | ||
"excludedPlugins": [] | ||
}, | ||
"release": { | ||
"id": "com.renative.harness.ios", | ||
"provisionProfileSpecifier": "renative harness adhoc ios", | ||
"provisioningStyle": "Manual", | ||
"codeSignIdentity": "Apple Distribution", | ||
"exportOptions": { | ||
"method": "ad-hoc", | ||
"uploadBitcode": true, | ||
"compileBitcode": false, | ||
"uploadSymbols": true, | ||
"signingStyle": "manual", | ||
"provisioningProfiles": { | ||
"com.renative.harness.ios": "renative harness adhoc ios" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"tvos": { | ||
"buildSchemes": { | ||
"release": { | ||
"id": "com.renative.harness.tvos", | ||
"provisionProfileSpecifier": "renative harness adhoc tvos", | ||
"provisioningStyle": "Manual", | ||
"codeSignIdentity": "Apple Distribution", | ||
"exportOptions": { | ||
"method": "ad-hoc", | ||
"uploadBitcode": true, | ||
"compileBitcode": false, | ||
"uploadSymbols": true, | ||
"signingStyle": "manual", | ||
"provisioningProfiles": { | ||
"com.renative.harness.tvos": "renative harness adhoc tvos" | ||
} | ||
} | ||
} | ||
} | ||
}, | ||
"android": { | ||
"reactNativeEngine": "hermes", | ||
"buildSchemes": { | ||
"debug-jsc": { | ||
"signingConfig": "Debug", | ||
"bundleAssets": false, | ||
"reactNativeEngine": "jsc" | ||
} | ||
} | ||
}, | ||
"tizen": { | ||
"package": "NkVRhWHJST", | ||
"id": "NkVRhWHJST.RNVanillaTV" | ||
}, | ||
"tizenwatch": { | ||
"package": "cHIP2fIRQZ", | ||
"id": "cHIP2fIRQZ.RNVanillaWatch" | ||
}, | ||
"tizenmobile": { | ||
"package": "PauodvCU2r", | ||
"id": "PauodvCU2r.RNVanillaMobile" | ||
}, | ||
"web": { | ||
"buildSchemes": { | ||
"debug-engine-rn-web": { | ||
"bundleAssets": false, | ||
"environment": "development", | ||
"engine": "engine-rn-web" | ||
} | ||
} | ||
} | ||
} | ||
"id": "unicorn" | ||
} |
This file was deleted.
Oops, something went wrong.
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,28 @@ | ||
{ | ||
"extends": "@flexn/typescript-config/tsconfig.app.json", | ||
"compilerOptions": { | ||
"outDir": "./lib", | ||
"rootDir": ".", | ||
"noImplicitAny": false, | ||
// "resolveJsonModule": false | ||
"plugins": [ | ||
{ | ||
"name": "next" | ||
} | ||
], | ||
"strictNullChecks": true | ||
}, | ||
"include": [ | ||
"next-env.d.ts", | ||
"**/*.ts", | ||
"**/*.tsx", | ||
"platformBuilds/template_web/.next/types/**/*.ts", | ||
"platformBuilds/harness_web/.next/types/**/*.ts", | ||
".next/types/**/*.ts", | ||
"platformBuilds/harness_web/output/types/**/*.ts" | ||
"extends": "@flexn/typescript-config/tsconfig.app.json", | ||
"compilerOptions": { | ||
"outDir": "./lib", | ||
"rootDir": ".", | ||
"noImplicitAny": false, | ||
// "resolveJsonModule": false | ||
"plugins": [ | ||
{ | ||
"name": "next" | ||
} | ||
], | ||
"exclude": ["**/rn_modules"] | ||
"strictNullChecks": true | ||
}, | ||
"include": [ | ||
"next-env.d.ts", | ||
"**/*.ts", | ||
"**/*.tsx", | ||
"platformBuilds/template_web/.next/types/**/*.ts", | ||
"platformBuilds/harness_web/.next/types/**/*.ts", | ||
".next/types/**/*.ts", | ||
"platformBuilds/harness_web/output/types/**/*.ts", | ||
"platformBuilds/unicorn_web/output/types/**/*.ts" | ||
], | ||
"exclude": [ | ||
"**/rn_modules" | ||
] | ||
} |