jacklam718 / react-native-modals

A react native modals library. Swipeable. Highly customizable. Support multi modals & Support custom animation. For IOS & Android.
MIT License
2.18k stars 299 forks source link

NativeBase icon problem #167

Open grean opened 5 years ago

grean commented 5 years ago

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 commented 5 years ago

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