Skip to content

Commit

Permalink
fix: Add flow annotation to index & hooks (#429)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcirstea committed Aug 28, 2020
1 parent 8bb6640 commit 979796c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions src/hooks.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @format
* @flow
*/

import AsyncStorage from './AsyncStorage';
Expand Down
1 change: 1 addition & 0 deletions src/index.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
/**
* @format
* @flow
*/

import AsyncStorage from './AsyncStorage';
Expand Down

0 comments on commit 979796c

Please sign in to comment.