-
-
Notifications
You must be signed in to change notification settings - Fork 182
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
1.0 release prep #1433
Merged
Merged
1.0 release prep #1433
Conversation
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
* fix/objC_injections: rename types fix types add didReceiveNotificationResponse method fix fix didReceiveRemoteNotification fix addAppDelegateImports injections
* fix/podfile_injections_permissions: remove unnecessary file clean code remove unused func node_require above INJECT_PODFILE_HEADER hide permission button - non ios platforms add nodeScripts property to templateXcode, update react-native-permissions fix podfile injections
(cherry picked from commit 37ad0da)
* fix/styles: fixed styles => made app container scrollable
…ase-prep * fix/add_warning_for_special_characters: remove log fix fix/add_warning_for_special_characters
* fix/firetv_manifest_allowBackup: fix/firetv_manifest
* fix/issues_with_supported_plugins: created a separate file index.ios.tsx disable @react-native-community/push-notification-ios for tvos
* chore/docs-support: add support for multiple providers in merged tasks
…-prep * fix/harness_androidtv_display_issue: extract to styles fix display issue for harness androidtv # Conflicts: # packages/app-harness/src/app/index.tsx
pauliusguzas
requested changes
Mar 4, 2024
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
pauliusguzas@MBP-de-Flexn app-harness % npx rnv export -p tizen -s release
┌──────────────────────────────────────────────────────────────────────────────┐
│ ██████╗ ███████╗███╗ ██╗ █████╗ ████████╗██╗██╗ ██╗███████╗ │
│ ██╔══██╗██╔════╝████╗ ██║██╔══██╗╚══██╔══╝██║██║ ██║██╔════╝ │
│ ██████╔╝█████╗ ██╔██╗ ██║███████║ ██║ ██║██║ ██║█████╗ │
│ ██╔══██╗██╔══╝ ██║╚██╗██║██╔══██║ ██║ ██║╚██╗ ██╔╝██╔══╝ │
│ ██║ ██║███████╗██║ ╚████║██║ ██║ ██║ ██║ ╚████╔╝ ███████╗ │
│ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═══╝╚═╝ ╚═╝ ╚═╝ ╚═╝ ╚═══╝ ╚══════╝ │
│ Version: 1.0.0-rc.12 🚀 Firing up!... │
│ https://renative.org | Start Time: 3/4/2024, 11:38:43 AM │
│ $ npx rnv export -p tizen -s release │
└──────────────────────────────────────────────────────────────────────────────┘
[ log ] registerEngine:engine-core[1]
[ log ] configureRuntimeDefaults[1] appId:undefined
[ log ] checkAndMigrateProject2[1]
[ log ] loadPluginTemplates[1]
[ log ] parseRenativeConfigs[1]
[ log ] getWorkspaceDirPath[1]
[ log ] generatePlatformTemplatePaths[1]
[ log ] checkAndBootstrapIfRequired[1]
[ log ] loadIntegrations[1]
[ log ] loadEngines[1]
[ log ] loadEnginePluginDeps[1]
[ log ] loadEnginePackageDeps[1]
[ log ] registerEngine:engine-rn-web[1]
[ log ] findSuitableTask[1]
[ log ] registerAllPlatformEngines[1]
[ log ] registerEngine:engine-rn[1]
[ log ] registerEngine:engine-rn-tvos[1]
[ log ] registerEngine:engine-rn-next[1]
[ log ] registerEngine:engine-rn-electron[1]
[ log ] findSuitableTask[2]
? Pick a platform for export
macos
tvos
firetv
❯ web
chromecast
windows
linux
(Move up and down to reveal more choices)
webos, tizen, tizenwatch platforms were removed from app-harness
GabrieleKaceviciute
approved these changes
Mar 4, 2024
pauliusguzas
approved these changes
Mar 4, 2024
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.
Description
Related issues
NOTE: this PR include following sub-PRs
Npm releases
n/a