Skip to content

Added support for children

Latest
Compare
Choose a tag to compare
@gnestor gnestor released this 11 Oct 20:53
· 7 commits to master since this release

Usage:

<StatusBarAlert
  visible={true}
  height={68}
  style={{
    padding: 5
  }}
>
  <Image
    style={{ width: 66, height: 58 }}
    source={{
      uri: 'https://facebook.github.io/react-native/img/header_logo.png'
    }}
  />
</StatusBarAlert>