Skip to content

Commit

Permalink
@allow-large-files Upgrade xplat/js to Flow v0.66
Browse files Browse the repository at this point in the history
Reviewed By: gabelevi

Differential Revision: D7016717

fbshipit-source-id: 2bd2fd67074ba5d405ecd63a1aeb37354f8634c9
  • Loading branch information
Caleb Meredith authored and facebook-github-bot committed Feb 17, 2018
1 parent eeea575 commit 7eb8cf6
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion CameraRoll.js
Original file line number Diff line number Diff line change
Expand Up @@ -113,8 +113,10 @@ type GetPhotosReturn = Promise<{
* Shape of the return value of the `getPhotos` function.
*/
const getPhotosReturnChecker = createStrictShapeTypeChecker({
// $FlowFixMe(>=0.41.0)
edges: PropTypes.arrayOf(
/* $FlowFixMe(>=0.66.0 site=react_native_fb) This comment suppresses an
* error found when Flow v0.66 was deployed. To see the error delete this
* comment and run Flow. */
createStrictShapeTypeChecker({
node: createStrictShapeTypeChecker({
type: PropTypes.string.isRequired,
Expand Down

0 comments on commit 7eb8cf6

Please sign in to comment.