Skip to content

Releases: gnestor/react-native-statusbar-alert

Added support for children

11 Oct 20:53
Compare
Choose a tag to compare

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>

0.2.0

04 Mar 16:18
Compare
Choose a tag to compare
  • Fixed an issue that affected pressing a pulsing alert: #5

Upgrade to React Native 0.26

24 May 01:30
Compare
Choose a tag to compare
Merge pull request #2 from gnestor/react-native-0.26

Upgrade to [email protected]

Initial release

04 May 19:59
Compare
Choose a tag to compare
0.0.1

Update README