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: move codegen spec file from outside of src to src #1528

Merged
merged 2 commits into from May 17, 2024

Conversation

mym0404
Copy link
Contributor

@mym0404 mym0404 commented May 2, 2024

Overview

fix #1527 fix #1440
Looking at the results built with bob builder, src/index.tsx refers to the correct path about codegen spec, but the module does not.

Therefore, we move the codegen spec path into src and simplify the appearance of the lint command.

Web imports their dependencies from module commonly, and I know this package doesn't support web yet.

Test Plan

  1. yarn validate
  2. yarn pack
  3. Use it from the local project

@MateusAndrade MateusAndrade merged commit b02da4d into react-native-share:main May 17, 2024
2 checks passed
MateusAndrade pushed a commit that referenced this pull request May 17, 2024
## [10.2.1](v10.2.0...v10.2.1) (2024-05-17)

### Bug Fixes

* **codegen:** move codegen spec file from outside of src to src ([#1528](#1528)) ([b02da4d](b02da4d))
@MateusAndrade
Copy link
Collaborator

🎉 This PR is included in version 10.2.1 🎉

The release is available on:

Your semantic-release bot 📦🚀

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.

codegenSpec not being installed Couldnt locate ../codegenSpec/NativeRNShare.ts
2 participants