Skip to content

Commit

Permalink
[camera] Export useful types from CameraModule.types.ts (#8457)
Browse files Browse the repository at this point in the history
  • Loading branch information
Jarvis Luong committed May 25, 2020
1 parent b043337 commit 0cd9191
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/expo-camera/CHANGELOG.md
Expand Up @@ -8,4 +8,6 @@

### 🎉 New features

- Added exports for TypeScript definitions: CameraType, ImageType, ImageParameters, ImageSize, CaptureOptions, CapturedPicture ([#8457](https://github.com/expo/expo/pull/8457) by [@jarvisluong](https://github.com/jarvisluong))

### 🐛 Bug fixes
1 change: 1 addition & 0 deletions packages/expo-camera/build/index.d.ts

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

1 change: 1 addition & 0 deletions packages/expo-camera/build/index.js

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

2 changes: 1 addition & 1 deletion packages/expo-camera/build/index.js.map

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

1 change: 1 addition & 0 deletions packages/expo-camera/src/index.ts
Expand Up @@ -15,3 +15,4 @@ export {
FaceDetectionResult,
CameraMountError,
} from './Camera';
export * from './CameraModule/CameraModule.types';

0 comments on commit 0cd9191

Please sign in to comment.