required import disappears when installed
Closed this issue · 2 comments
DevYuns commented
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:
- Install
"dooboo-ui": "^0.2.0-rc.3"
in an expo project. - Check
node_modules/@dooboo-ui/theme/lib/ThemeProvider.js
file. 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`
In an external project via yarn install(no import from '@expo/match-media'
statement)
Additional context
N/A