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
chore(Example): Turn apps/ into a separate module (#4052)
## Description
This PR turns `apps/` into a separate module according to
#3959 (comment)
Such approach will allow us to make clean changes in
#3959
## Changes
- add `package.json` to `apps/` making it a private module
- list union of `FabricExample` and `TVOSExample` runtime dependencies
as peer dependencies
- add `@rnscreens/apps` as a `link:` dependency in both example apps
## Before & after - visual documentation
N/A
## Test plan
Make sure that both example apps build.
## Checklist
- [ ] Included code example that can be used to test this change.
- [ ] For visual changes, included screenshots / GIFs / recordings
documenting the change.
- [ ] For API changes, updated relevant public types.
- [ ] Ensured that CI passes
0 commit comments