react-native-modals icon indicating copy to clipboard operation
react-native-modals copied to clipboard

NativeBase icon problem

Open grean opened this issue 6 years ago • 1 comments

Hi,

I've upgrade to the last version (0.15 to 0.17) in my project, and after upgrade it with breaking changes, i didn't succeed to make it work with nativeBase's icons..

<DialogContent>
<List>
  <ListItem icon>
    <Left>
      <Icon name="info" />
    </Left>
    <Body>
      <Text>textButton</Text>
    </Body>
  </ListItem>
</List>
</DialogContent>

Styles from nativeBase are ignored too. In 0.15 version, it worked great :(

React Native Environment Info: System: OS: Windows 10 CPU: (8) x64 Intel(R) Core(TM) i7-7700HQ CPU @ 2.80GHz Memory: 3.45 GB / 15.86 GB Binaries: Yarn: 1.5.1 - C:\Program Files (x86)\Yarn\bin\yarn.CMD npm: 6.2.0 - C:\Program Files\nodejs\npm.CMD IDEs: Android Studio: Version 3.3.0.0 AI-182.5107.16.33.5314842

React-native 0.59.1

grean avatar Mar 21 '19 15:03 grean

I think the native-base theme mecanism is not progated into the class Dialog or DialogContent.

grean avatar Mar 24 '19 10:03 grean