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

RNV TS migration #1093

Merged
merged 84 commits into from
Sep 5, 2023
Merged

RNV TS migration #1093

merged 84 commits into from
Sep 5, 2023

Conversation

pavjacko
Copy link
Member

@pavjacko pavjacko commented Aug 29, 2023

Description

  • migrate rnv core to full TS
Screenshot 2023-09-01 at 02 16 40 Screenshot 2023-09-01 at 03 07 21 Screenshot 2023-09-01 at 03 06 32 Screenshot 2023-09-01 at 02 59 36 Screenshot 2023-09-04 at 23 21 44 Screenshot 2023-09-04 at 23 23 41 Screenshot 2023-09-04 at 23 46 19 Screenshot 2023-09-05 at 00 21 46

Breaking Changes

  • TBD

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

@pavjacko pavjacko marked this pull request as draft August 29, 2023 08:21
@@ -47,7 +48,7 @@
blockList: exclusionList([
// This stops "react-native run-windows" from causing the metro server to crash if its already running
// TODO. Project name should be dynamically injected here somehow
new RegExp(`${process.env.RNV_APP_BUILD_DIR.replace(/[/\\]/g, '/')}.*`),
new RegExp(`${env.RNV_APP_BUILD_DIR.replace(/[/\\]/g, '/')}.*`),

Check failure

Code scanning / CodeQL

Regular expression injection High

This regular expression is constructed from a
environment variable
.
@mihaiblaga89 mihaiblaga89 self-assigned this Sep 4, 2023
@pavjacko pavjacko merged commit a651563 into main Sep 5, 2023
2 of 3 checks passed
@pavjacko pavjacko added this to the 1.0 milestone Dec 8, 2023
@pavjacko pavjacko deleted the feat/ts-migration branch February 14, 2024 19:40
This pull request was closed.
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.

2 participants