Releases: negativetwelve/react-native-ux-cam
Releases · negativetwelve/react-native-ux-cam
v4.4.0
v4.1.0
Updated react-native-package
dependency.
v4.0.0
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
🎉 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
Android
- Remove override on createJSModules for compatibility with react-native 0.47+.
- React Native release notes: https://github.com/facebook/react-native/releases/tag/v0.47.0
iOS
Nothing changed!
JS
Nothing changed!
v2.2.0
- Add
restartSession
method to iOS with stub on android.
v2.1.0
- Prepare for upcoming 2.5.8 release with
setAutomaticScreenNameTagging
.
v2.0.1
- Version bump to include the Android files in the npm package
v2.0.0
v1.4.2
- Fix podspec to not use
Hash#dig
since it was only introduced in ruby 2.3+