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

[expo] Remove unused takeSnapshotAsync web code #7950

Merged
merged 2 commits into from Apr 21, 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
2 changes: 2 additions & 0 deletions CHANGELOG.md
Expand Up @@ -8,6 +8,8 @@ This is the log of notable changes to the Expo client that are developer-facing.

### 🛠 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))

- `FileSystem.getContentUriAsync` now returns a string. ([#7192](https://github.com/expo/expo/pull/7192) by [@lukmccall](https://github.com/lukmccall))

### 🎉 New features
Expand Down
1 change: 1 addition & 0 deletions apps/native-component-list/package.json
Expand Up @@ -92,6 +92,7 @@
"react-native-screens": "~2.2.0",
"react-native-shared-element": "~0.5.6",
"react-native-svg": "11.0.1",
"react-native-view-shot": "^3.1.2",
"react-native-web": "^0.11.0",
"react-native-webview": "8.1.1",
"react-navigation": "4.1.0-alpha.1",
Expand Down
17 changes: 0 additions & 17 deletions packages/expo/build/takeSnapshotAsync/Creator.web.d.ts

This file was deleted.

181 changes: 0 additions & 181 deletions packages/expo/build/takeSnapshotAsync/Creator.web.js

This file was deleted.