You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Updated the Android wrapper to use api and implementation syntax in it's build.gradle instead of compile. As part of this work, the Android Gradle plugin version was updated to 3.2.1.
Added
Added setUserAttributionData() to the Appboy interface to allow setting the attribution data for the current user.
Added getInstallTrackingId() to the Appboy interface to allow getting the install tracking id. This method is equivalent to calling Appboy.getInstallTrackingId() on Android and returns the IDFV on iOS.
Added setLanguage() to the Appboy interface to allow setting a language for the current user.
Added hideCurrentInAppMessage() to the Appboy interface to allow hiding of the currently displayed in-app message.
Fixed
Fixed an issue where the Android wrapper would include an older version of React Native in test APK builds.
Changed
Updated our sample projects to use React Native 0.56.