Skip to content

Releases: negativetwelve/react-native-ux-cam

v4.4.0

23 Aug 03:41
1ce3178
Compare
Choose a tag to compare

Updated version of react-native-package!

v4.1.0

22 Aug 04:36
d927d8f
Compare
Choose a tag to compare

Updated react-native-package dependency.

v4.0.0

14 Aug 21:58
ab49536
Compare
Choose a tag to compare

react-native-ux-cam now uses react-native-package to create a consistent Package format. All functionality remains the same and it now has additional warnings when this package is used on platforms other than iOS and Android.

/**
 * Package.create handles two things:
 *
 *   1. Checks that for each platform that's `enabled`, the module is installed
 *      properly. If it's not, it logs a warning.
 *   2. Guards the module on every platform that is not `enabled`. This allows
 *      the module to exist in cross-platform code without hacks to disable it.
 *
 * You can read more about `react-native-package` here:
 * https://github.com/negativetwelve/react-native-package
 */

v3.5.0

13 Aug 06:43
a35da5c
Compare
Choose a tag to compare

🎉 Big update for the repo, we now have an example application that runs on both iOS and Android here! 🎉

iOS

On the SDK side, the only change was removing React as an explicit dependency in the podspec. This means you must include React yourself which everyone was already doing (because the podspec would bring in the last version on cocoapods which was 0.11)

v3.4.0

09 Aug 02:48
e2afefd
Compare
Choose a tag to compare

Android

iOS

Nothing changed!

JS

Nothing changed!

v2.2.0

04 Nov 17:04
Compare
Choose a tag to compare
  • Add restartSession method to iOS with stub on android.

v2.1.0

02 Nov 17:19
Compare
Choose a tag to compare
  • Prepare for upcoming 2.5.8 release with setAutomaticScreenNameTagging.

v2.0.1

25 Oct 13:21
Compare
Choose a tag to compare
  • Version bump to include the Android files in the npm package

v2.0.0

24 Oct 23:40
Compare
Choose a tag to compare
  • Android support! Thanks @aouaki!
  • All methods except setGoogleMapFragment are implemented.

v1.4.2

24 Oct 22:44
Compare
Choose a tag to compare
  • Fix podspec to not use Hash#dig since it was only introduced in ruby 2.3+