-
Couldn't load subscription status.
- Fork 70
Rewrite Expo Plugin #456
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
Rewrite Expo Plugin #456
Changes from all commits
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1 +1,2 @@ | ||
| module.exports = require('./lib/module/expo'); | ||
| module.exports = require('./plugin/build'); | ||
|
|
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,9 @@ | ||
| { | ||
| "extends": "expo-module-scripts/tsconfig.plugin", | ||
| "compilerOptions": { | ||
| "outDir": "build", | ||
| "rootDir": "src" | ||
| }, | ||
| "include": ["./src"], | ||
| "exclude": ["**/__mocks__/*", "**/__tests__/*"] | ||
| } | ||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Bug: Missing Source Files for Plugin BuildThe Additional Locations (1) |
||
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| {"root":["./src/index.ts"],"version":"5.9.2"} | ||
baveku marked this conversation as resolved.
Show resolved
Hide resolved
|
||
Uh oh!
There was an error while loading. Please reload this page.