Skip to content

Releases: negativetwelve/react-native-lookback

v2.2.0

23 Aug 03:34
f360dd0
Compare
Choose a tag to compare

Updated version of react-native-package!

v2.0.0

14 Aug 20:17
93b3c3a
Compare
Choose a tag to compare

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

08 Feb 06:07
Compare
Choose a tag to compare
  • Update React headers for the iOS native side to support React Native 0.40.0. Thanks @distributedlife!

v1.2.5

25 Oct 22:10
Compare
Choose a tag to compare
  • Fix issues with missing headers on iOS.

v1.2.4

25 Oct 22:03
Compare
Choose a tag to compare
  • 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

24 Oct 22:38
Compare
Choose a tag to compare
  • Fix podspec ruby syntax for accessing hashes.
  • Updated readme with better installation instructions.

v1.2.2

23 Oct 00:11
Compare
Choose a tag to compare
  • Moving toward a cocoapods only solution for setup.
  • Allow userIdentifier to be a string or a number.

v1.1.1

22 Oct 09:49
Compare
Choose a tag to compare

Update package.json with files, keywords, author information. Update xcode project organization.

v1.1.0

22 Oct 09:48
Compare
Choose a tag to compare

Added several methods from the native iOS SDK to configure the recording session.

v1.0.0

20 Oct 19:12
Compare
Choose a tag to compare

Initial release with start and stop recording capabilities for iOS only.