All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog and this project adheres to Semantic Versioning.
- React Native and dependencies updated: "react": "16.9.0"; "react-native": "0.61.2"
- Updated AndroidSDK
2.0.0-beta1
- Updated AndroidSDK
2.0.0-alpha4
- AndroidSDK support
- React Native and dependencies updated: "react": "16.8.3"; "react-native": "0.59.5"
- Using iOS SDK v4.0, removing the dependency on Vuforia
- Android SDK has been removed temporarily and all possible calls to
AugmentPlayerSDKandAugmentPlayerhave been stubbed.
AugmentReactandAugmentReactPlayerhave been renamedAugmentPlayerSDKandAugmentPlayerto match native names.- Native listeners (gesture and tracking) have been removed in favor of component props
addProduct,takeScreenshotandrecenterProductshave moved to AugmentPlayer component instead of being global functions.
- iOS: Expose isARKitAvailable
- Using iOS SDK with ARKit
- AR Tracking listener
- Model Gesture listener
- New code structure
- Exposed takeScreenshot method
- iOS: Second AR launch not working
- Android: Two models appear when coming back from background
- Augment SDK version to
1.0.3
- Catch exceptions on the de-initialisation of Vuforia and lifecycle events.
- Avoid exception for Product being null
- Default path for Framework (Header) Search's
- augmentSDK header imports
- Use PropTypes
- Use promise instead of callbacks, please se the doc to check how it will affect your code
- Documentation
- Wrong index file for package
- First public version