Migration to `@dzcode.io/ui-mobile`: check list
omdxp opened this issue · 3 comments
omdxp commented
ZibanPirate commented
I think we should also migrate other components, the ones from:
@react-native-community/masked-view
@react-navigation/bottom-tabs
@react-navigation/drawer
react-native-markdown-display
react-native-paper
- essentially, any Visual components from
./mobile
has to be imported from@dzcode.io/ui-mobile
omdxp commented
So you want a wrapper for each one of these packages ?
ZibanPirate commented
ideally yes, a wrapper like I'm doing in src/v2/divider, with a consistent props interface, or, simply just an export from the package so we would import from our internal package even though it's literally just an export redirection.