Skip to content

Weird style using default button after upgrading to 1.0.0-beta7 #1661

@fgagneten

Description

@fgagneten

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):
whatsapp image 2018-12-11 at 19 40 12

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions