Skip to content
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 55 commits into from Mar 4, 2024
Merged

1.0 release prep #1433

merged 55 commits into from Mar 4, 2024

Conversation

pavjacko
Copy link
Member

@pavjacko pavjacko commented Mar 2, 2024

Description

  • Update app-harness to have proper multi-platform component abstraction
  • update cli log
  • cleanup @rnv/core and other libs
  • refactor public APIs
  • changes for renative docs updates
  • add TS support for buildhooks
  • removed deprecated code
  • removed unused / duplicate tasks
Screenshot 2024-03-02 at 04 12 14 Screenshot 2024-03-04 at 06 24 42 Screenshot 2024-03-04 at 06 39 52

Related issues

NOTE: this PR include following sub-PRs

Npm releases

n/a

pavjacko and others added 27 commits February 26, 2024 23:21
* 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
* 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
@pavjacko pavjacko added this to the 1.0 milestone Mar 2, 2024
@pavjacko pavjacko self-assigned this Mar 2, 2024
@pauliusguzas pauliusguzas added e2e and removed e2e labels Mar 4, 2024
@pauliusguzas pauliusguzas self-requested a review March 4, 2024 09:39
Copy link
Collaborator

@pauliusguzas pauliusguzas left a 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

@pauliusguzas pauliusguzas added e2e and removed e2e labels Mar 4, 2024
@pauliusguzas pauliusguzas self-requested a review March 4, 2024 13:36
@pavjacko pavjacko merged commit 64ce4b1 into release/1.0 Mar 4, 2024
1 check passed
@pavjacko pavjacko deleted the chore/release-prep branch March 4, 2024 13:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

5 participants