Skip to content

Commit

Permalink
[expo-media-library] Apply requested changes
Browse files Browse the repository at this point in the history
  • Loading branch information
lukmccall committed Apr 17, 2020
1 parent 3e28e45 commit 79e11d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/expo-media-library/CHANGELOG.md
Expand Up @@ -8,4 +8,4 @@

### 🐛 Bug fixes

- Fixed `MediaLibrary` not compiling with the use_frameworks! option in the bare React Native application. ([#7861](https://github.com/expo/expo/pull/7861) by [@Ashoat](https://github.com/Ashoat))
- Fixed `MediaLibrary` not compiling with the `use_frameworks!` option in the bare React Native application. ([#7861](https://github.com/expo/expo/pull/7861) by [@Ashoat](https://github.com/Ashoat))
3 changes: 2 additions & 1 deletion packages/expo-media-library/package.json
Expand Up @@ -39,7 +39,8 @@
},
"unimodulePeerDependencies": {
"@unimodules/core": "*",
"unimodules-permissions-interface": "*"
"unimodules-permissions-interface": "*",
"unimodules-filesystem-interface": "*"
},
"peerDependencies": {
"react": "*",
Expand Down

0 comments on commit 79e11d5

Please sign in to comment.