Releases: negativetwelve/react-native-lookback
Releases · negativetwelve/react-native-lookback
v2.2.0
v2.0.0
react-native-lookback
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.
/**
* 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
*/
v1.3.0
- Update React headers for the iOS native side to support React Native 0.40.0. Thanks @distributedlife!
v1.2.5
- Fix issues with missing headers on iOS.
v1.2.4
- Add temporary line to FRAMEWORK_SEARCH_PATH for iOS (need to find a way to generalize the search paths for custom projects).
v1.2.3
- Fix podspec ruby syntax for accessing hashes.
- Updated readme with better installation instructions.
v1.2.2
- Moving toward a cocoapods only solution for setup.
- Allow
userIdentifier
to be a string or a number.
v1.1.1
Update package.json with files, keywords, author information. Update xcode project organization.
v1.1.0
Added several methods from the native iOS SDK to configure the recording session.
v1.0.0
Initial release with start and stop recording capabilities for iOS only.