hyochan/dooboo-ui

required import disappears when installed

Closed this issue · 2 comments

Describe the bug
I added @expo/match-media import statement on package/theme/ThemeProvider.tsx in #243.
But that statement is disappeared on other project's node_modules.

To Reproduce
Steps to reproduce the behavior:

  1. Install "dooboo-ui": "^0.2.0-rc.3" in an expo project.
  2. Check node_modules/@dooboo-ui/theme/lib/ThemeProvider.js file.
  3. import '@expo/match-media'; statement are not showed.

Expected behavior
A clear and concise description of what you expected to happen.

Screenshots
If applicable, add screenshots to help explain your problem.

In dooboo-ui/packages/theme/lib/node_modules`

dooboo-theme

In an external project via yarn install(no import from '@expo/match-media' statement)

other-project

Additional context
N/A

@DevYuns Looks like the pkg was not built correctly. Please try 0.10.8

@hyochan It works now!