Skip to content

Commit

Permalink
Merge pull request leecade#916 from nialexsan/patch-1
Browse files Browse the repository at this point in the history
fixed flow typing
  • Loading branch information
ArrayZoneYour authored Jun 26, 2019
2 parents ee6c352 + 70d1218 commit 5e4c985
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js.flow
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
// @flow strict

// eslint-disable-next-line
import type { Component, Node } from 'react';
import { Component, type Node } from 'react';

declare module 'react-native-swiper' {
// eslint-disable-next-line no-undef
Expand Down

0 comments on commit 5e4c985

Please sign in to comment.