Skip to content

Releases: negativetwelve/react-native-ux-cam

v4.4.0

Choose a tag to compare

@negativetwelve negativetwelve released this 23 Aug 03:41
1ce3178

Updated version of react-native-package!

v4.1.0

Choose a tag to compare

@negativetwelve negativetwelve released this 22 Aug 04:36
d927d8f

Updated react-native-package dependency.

v4.0.0

Choose a tag to compare

@negativetwelve negativetwelve released this 14 Aug 21:58
ab49536

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

Choose a tag to compare

@negativetwelve negativetwelve released this 13 Aug 06:43
a35da5c

🎉 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

Choose a tag to compare

@negativetwelve negativetwelve released this 09 Aug 02:48
e2afefd

Android

iOS

Nothing changed!

JS

Nothing changed!

v2.2.0

Choose a tag to compare

@negativetwelve negativetwelve released this 04 Nov 17:04
  • Add restartSession method to iOS with stub on android.

v2.1.0

Choose a tag to compare

@negativetwelve negativetwelve released this 02 Nov 17:19
  • Prepare for upcoming 2.5.8 release with setAutomaticScreenNameTagging.

v2.0.1

Choose a tag to compare

@negativetwelve negativetwelve released this 25 Oct 13:21
  • Version bump to include the Android files in the npm package

v2.0.0

Choose a tag to compare

@negativetwelve negativetwelve released this 24 Oct 23:40
  • Android support! Thanks @aouaki!
  • All methods except setGoogleMapFragment are implemented.

v1.4.2

Choose a tag to compare

@negativetwelve negativetwelve released this 24 Oct 22:44
  • Fix podspec to not use Hash#dig since it was only introduced in ruby 2.3+