etn-ccis / blui-react-native

This monorepo includes all the Brightlayer UI's react native resources
1 stars 2 forks source link

Added Mobile stepper to live code example #62

Closed shubham-eaton closed 3 months ago

shubham-eaton commented 3 months ago

Changes proposed in this Pull Request:

Screenshots / Screen Recording (if applicable)

-

To Test:

JeffGreiner-eaton commented 3 months ago

The text variant is having issue with flex 0 1 0 and needs to use flexBasis: 'auto'

image

We might need to have this updated in the react-native component library and publish an updated beta version as we did for a couple of other issues like this that we noticed https://github.com/etn-ccis/blui-react-native-component-library/pull/580/files

shubham-eaton commented 3 months ago

The text variant is having issue with flex 0 1 0 and needs to use flexBasis: 'auto'

image

We might need to have this updated in the react-native component library and publish an updated beta version as we did for a couple of other issues like this that we noticed https://github.com/etn-ccis/blui-react-native-component-library/pull/580/files

Raised an issue to fix this in react-native-component-library https://github.com/etn-ccis/blui-react-native-component-library/issues/583