Skip to content

Add jsinspector prefab target - #35796

Closed
Kudo wants to merge 1 commit into
react:mainfrom
Kudo:prefab-jsinspector
Closed

Add jsinspector prefab target#35796
Kudo wants to merge 1 commit into
react:mainfrom
Kudo:prefab-jsinspector

Conversation

@Kudo

@KudoKudo commented Jan 10, 2023

Copy link
Copy Markdown
Contributor

Summary

react-native-v8 requires the jsinspector for its js inspector feature. this pr adds the jsinspector to the prefab target list.

Changelog

[ANDROID][ADDED] - Add jsinspector to the prefab target

Test Plan

$ ./gradlew :ReactAndroid:installArchives
# check prefab files in aar
$ unzip -l android/com/facebook/react/react-android/1000.0.0/react-android-1000.0.0-release.aar | grep 'prefab\/modules\/jsinspector'
$ unzip -l android/com/facebook/react/react-android/1000.0.0/react-android-1000.0.0-debug.aar | grep 'prefab\/modules\/jsinspector'

@facebook-github-botfacebook-github-bot added CLA Signed This label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed. Contributor A React Native contributor. p: Expo Partner: Expo Partner labels Jan 10, 2023
@analysis-bot

Copy link
Copy Markdown
PlatformEngineArchSize (bytes)Diff
androidhermesarm64-v8a8,493,101+0
androidhermesarmeabi-v7a7,813,178+0
androidhermesx868,967,624+0
androidhermesx86_648,827,011+0
androidjscarm64-v8a9,679,094+0
androidjscarmeabi-v7a8,412,803+0
androidjscx869,742,206+0
androidjscx86_6410,220,829+0

Base commit: 8bef1b3
Branch: main

@cortinicocortinico left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM 👍

@facebook-github-bot

Copy link
Copy Markdown
Contributor

@cortinico has imported this pull request. If you are a Meta employee, you can view this diff on Phabricator.

@facebook-github-botfacebook-github-bot added the Merged This PR has been merged. label Jan 10, 2023
@facebook-github-bot

Copy link
Copy Markdown
Contributor

@cortinico merged this pull request in a80cf96.

@Kudo
Kudo deleted the prefab-jsinspector branch January 11, 2023 03:21
@Kudo

Kudo commented Jan 11, 2023

Copy link
Copy Markdown
ContributorAuthor

thanks @cortinico!

kelset pushed a commit that referenced this pull request Jan 19, 2023
Summary:
react-native-v8 requires the `jsinspector` for its js inspector feature. this pr adds the `jsinspector` to the prefab target list.
## Changelog
[ANDROID][ADDED] - Add `jsinspector` to the prefab target
Pull Request resolved: #35796
Test Plan:
```
$ ./gradlew :ReactAndroid:installArchives
# check prefab files in aar
$ unzip -l android/com/facebook/react/react-android/1000.0.0/react-android-1000.0.0-release.aar | grep 'prefab\/modules\/jsinspector'
$ unzip -l android/com/facebook/react/react-android/1000.0.0/react-android-1000.0.0-debug.aar | grep 'prefab\/modules\/jsinspector'
```
Reviewed By: cipolleschi
Differential Revision: D42430272
Pulled By: cortinico
fbshipit-source-id: fd9a02fd9c33cf5d349e1a79da6f78267196efc8
@cipolleschicipolleschi mentioned this pull request Oct 11, 2023
Sign up for freeto join this conversation on GitHub. Already have an account? Sign in to comment

Labels

CLA SignedThis label is managed by the Facebook bot. Authors need to sign the CLA before a PR can be reviewed.ContributorA React Native contributor.MergedThis PR has been merged.p: ExpoPartner: ExpoPartner

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants

@Kudo@analysis-bot@facebook-github-bot@cortinico