chore: Migrate to nx monorepo with expo - #382
Open
LazyAfternoons wants to merge 10 commits into
Open
Conversation
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.
List of Changes
nx;react-nativeversion;reactversion;io-react-native-walletas library in the monorepo;debug-logging-serverwhich will be reintroduced later to avoid too many changes in this PR.Motivation and Context
This PR migrates this monorepo to
nxto align it withdevexstandards. Most of the changes are files that are either being move or being deleted due to expo CGN which doesn't require the native projects to be commited. Static checks will fail until this gets merged and we change the branch protection rules. Statics can be run locally by runningpnpm validateor manually through a filter. This PR doesn't change the way we releaseio-react-native-walletpackage or we generate changelog, as this requires broader changes which are out of scope.This is the first step to a centralized monorepo for the IT-Wallet implementation and related libraries which will be gradually moved in this repository.
How Has This Been Tested?
Test the example apps on both platforms, everything should work as before.
The required setup and commands can be found in the updated
README.mdfiles. After the merge we must run a release of theio-react-native-walletpackage to check if everything is still working fine.Screenshots (if appropriate):
Checklist: