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

Setup expo app & yarn workspaces #8

Closed
Charly6596 opened this issue Jul 30, 2020 · 0 comments · Fixed by #10
Closed

Setup expo app & yarn workspaces #8

Charly6596 opened this issue Jul 30, 2020 · 0 comments · Fixed by #10
Assignees

Comments

@Charly6596
Copy link
Owner

The idea is to build the following folder structure:

kanamoji
├── packages
│   ├── app # phone app
│   ├── controllers # shared code package, referenced by app and web packages
│   └── web
├── package.json # workspace package
└── README.md

The controllers package will contain shared platform-agnostic code, used by the app and web packages. The rest of the code will be in the package corresponding to its platform, but we still should write it as agnostic as possible.

@Charly6596 Charly6596 self-assigned this Jul 30, 2020
@Charly6596 Charly6596 changed the title Setup expo app & shared code Setup expo app & yarn workspaces Jul 30, 2020
@Charly6596 Charly6596 mentioned this issue Sep 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant