Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[ios] Remove AR module #8442

Merged
merged 8 commits into from May 25, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -15,6 +15,7 @@ Package-specific changes not released in any SDK will be added here just before
### 🛠 Breaking changes

- `react-native-view-shot` is no longer installed by default, install it with `expo install react-native-view-shot`. ([#7950](https://github.com/expo/expo/pull/7950) by [@evanbacon](https://github.com/evanbacon))
- The AR module has been removed from the `expo` package. See https://expo.fyi/deprecating-ar for more information. ([#8442](https://github.com/expo/expo/pull/8442) by [@sjchmiela](https://github.com/sjchmiela))
- **`expo-battery`**
- Removed deprecated `isSupported` method. ([#7206](https://github.com/expo/expo/pull/7206) by [@bbarthec](https://github.com/bbarthec))
- **`expo-camera`**
Expand Down
5 changes: 0 additions & 5 deletions ExpoKit.podspec
Expand Up @@ -43,11 +43,6 @@ Pod::Spec.new do |s|
ss.source_files = 'ios/Exponent/Versioned/Optional/Payments/*.{h,m}'
end

s.subspec "AR" do |ss|
ss.dependency "ExpoKit/Core"
ss.source_files = 'ios/Exponent/Versioned/Optional/ARKit/**'
end

s.subspec "FaceDetector" do |ss|
ss.dependency "EXFaceDetector"
end
Expand Down
20 changes: 0 additions & 20 deletions ios/Exponent.xcodeproj/project.pbxproj

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 0 additions & 13 deletions ios/Exponent/Versioned/Optional/ARKit/EXAR.h

This file was deleted.