Skip to content

Commit

Permalink
[expo] Remove unused takeSnapshotAsync web code (#7950)
Browse files Browse the repository at this point in the history
* Remove unused takeSnapshotAsync web code

* Update CHANGELOG.md
  • Loading branch information
EvanBacon committed Apr 21, 2020
1 parent f67462b commit 040b6d9
Show file tree
Hide file tree
Showing 31 changed files with 3 additions and 1,231 deletions.
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.

0 comments on commit 040b6d9

Please sign in to comment.