Mark @criipto/verify-expo as supporting the New Architecture#2604
Merged
Simek merged 2 commits intoJul 2, 2026
Merged
Conversation
It is an Expo Modules API module, so it is architecture-agnostic at runtime but has no codegenConfig for the directory's automatic detection to key off.
Simek
reviewed
Jul 2, 2026
| "githubUrl": "https://github.com/criipto/criipto-verify-expo", | ||
| "npmPkg": "@criipto/verify-expo", | ||
| "examples": ["https://github.com/criipto/criipto-verify-expo/tree/master/example"], | ||
| "examples": ["https://github.com/criipto/criipto-verify-expo/tree/master/examples"], |
Member
There was a problem hiding this comment.
Hey @janmeier, thanks for the update! 👍
Can you add links per example project? This will enhance the display on the package page.
Contributor
Author
There was a problem hiding this comment.
It's basically just the same example, with different expo versions. We use them to e2e test our library against different expo versions.
I can also just point it at the expo56 example if you prefer?
Member
There was a problem hiding this comment.
Thanks for the update! 👍
The idea behind this pattern is that want to have a package.json at the root of example so we can run some checks, and extract additional, optional data.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📝 Why & how
@criipto/verify-expois an Expo Modules API module. It's architecture-agnostic at runtime and works under the New Architecture. It uses no React Native codegen, so it has nocodegenConfigfor the directory's automatic detection.I am the author of the module, and I have manually verified that it works with the new arch :).
Per the README ("Set
newArchitecturefield only when automatic architecture detection fails … despite it supports the New Architecture"), this sets the field manually.✅ Checklist
react-native-libraries.json