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

fix: electron build #825

Merged
merged 6 commits into from Mar 4, 2022
Merged

fix: electron build #825

merged 6 commits into from Mar 4, 2022

Conversation

kasinskas
Copy link
Collaborator

@kasinskas kasinskas commented Mar 2, 2022

Description

#784 (comment)

Electron menu was taking up full screen, babel-preset-expo was missing even though it is being used in withRnvBabel and google-cast was crashing electron builds, because native module is not supported on web based builds

Breaking Changes

  • PRs should not introduce breaking changes to existing functionality
  • if breaking change cannot be avoided it has to be introduced in 2 phases (release cycles of 0.x.0)
    • 0.x.0 Add new functionality + add DEPRECATED warning to existing fuctionality
    • 0.[x+1].0 Remove deprecated functionality

I have tested my changes on:

ReNative project directly:

  • ios simulator
  • ios device
  • android simulator
  • android device
  • web browser
  • tvos simulator
  • tvos device
  • androidtv simulator
  • androidtv device
  • androidwear simulator
  • androidwear device
  • tizen simulator
  • tizen device
  • tizenmobile simulator
  • tizenwatch device
  • webos simulator
  • webos device
  • macos
  • windows
  • chromecast device

New project:

  • ios simulator
  • ios device
  • android simulator
  • android device
  • web browser
  • tvos simulator
  • tvos device
  • androidtv simulator
  • androidtv device
  • androidwear simulator
  • androidwear device
  • tizen simulator
  • tizen device
  • tizenmobile simulator
  • tizenwatch device
  • webos simulator
  • webos device
  • macos
  • windows
  • chromecast device

Existing Project created with previous version of renative:

  • ios simulator
  • ios device
  • android simulator
  • android device
  • web browser
  • tvos simulator
  • tvos device
  • androidtv simulator
  • androidtv device
  • androidwear simulator
  • androidwear device
  • tizen simulator
  • tizen device
  • tizenmobile simulator
  • tizenwatch device
  • webos simulator
  • webos device
  • macos
  • windows
  • chromecast device

@kasinskas kasinskas requested a review from pavjacko March 2, 2022 11:08
* canary:
  [chore] update lint rules
  0.36.0-canary.2
  merge prep up
  remove gems from template helloworld
  0.35.4-feat-rn-upgrade.2
  increase max available space size on building android bundles
  0.35.4-feat-rn-upgrade.1
  remove broken overriden, and android-v8 dep to template
  0.35.4-feat-rn-upgrade.0
  rn 0.67.2 upgrade, react-native-tvos 0.63.3 uphrade
  duplicate engine and rename to rnv-engine-rn-63

# Conflicts:
#	yarn.lock
@pavjacko pavjacko merged commit 1e8afbc into canary Mar 4, 2022
@pavjacko pavjacko deleted the fix/electron branch March 4, 2022 14:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants