Skip to content

Commit 979796c

Browse files
authored
fix: Add flow annotation to index & hooks (#429)
1 parent 8bb6640 commit 979796c

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

src/hooks.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @format
3+
* @flow
34
*/
45

56
import AsyncStorage from './AsyncStorage';

src/index.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
/**
22
* @format
3+
* @flow
34
*/
45

56
import AsyncStorage from './AsyncStorage';

0 commit comments

Comments
 (0)