-
-
Notifications
You must be signed in to change notification settings - Fork 4.7k
Closed
Labels
Description
I have been working using React Native Elements version 0.18.4 Everything was OK
Today, I've upgraded to 1.0.0-beta7 (so I can try out themes and new features) but all the button got a weird style (see the image below):

Do you see the shadow and and the weird style of the button?
The code is the same as I had before (nothing changes):
<Button
raised
icon={{ name: 'cached' }}
key={1}
title='BUTTON WITH ICON' />,
<Button
key={2}
/>,
<Button
raised
containerViewStyle={ComponentsStyle.outlineLargeButton}
large
key={3}
rounded
borderRadius={35}
color='#336688'
outline
title='example'
/>`
The problem started after upgrading the version of React Native Elements.
react-native-cli: 2.0.1
react-native: 0.57.7
Thanks
OmbraDiFenice and fgagneten