You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The idea behind this PR is to convert the repository into a monorepo, allowing us to have multiple packages and allowing inter-dependence between them.
Possible Implementations
The proposed folder structure are as follows:
/ # Project root. Contains all configurations
/ examples # Contains all examples. Will be using the `react-native-testing-library` package
/ website # Contains the RNTL website
/ packages
/ react-native-testing-library
The text was updated successfully, but these errors were encountered:
Describe the Feature
The idea behind this PR is to convert the repository into a monorepo, allowing us to have multiple packages and allowing inter-dependence between them.
Possible Implementations
The proposed folder structure are as follows:
The text was updated successfully, but these errors were encountered: