dzcode-io/dzcode.io

Migration to `@dzcode.io/ui-mobile`: check list

omdxp opened this issue · 3 comments

omdxp commented

Description
This milestone is dedicated to create a @dzcode.io/ui-mobile package that contains common components in the mobile codebase.

Check List

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 ?

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.