Skip to content

1.3.0

Compare
Choose a tag to compare
@sen-lu sen-lu released this 25 Apr 16:05
Breaking
Added
  • Adds ReactAppboy.requestImmediateDataFlush() for requesting an immediate flush of any data waiting to be sent to Appboy's servers.
  • Adds ReactAppboy.requestFeedRefresh() for requesting a refresh of the News Feed.
  • Added the ability to pass an optional dictionary of News Feed launch options to launchNewsFeed(). See NewsFeedLaunchOptions for supported keys.
    • For more information on currently supported NewsFeedLaunchOptions keys, see the card width and card margin properties on ABKFeedViewController.
    • See #10. Thanks @mihalychk!