Skip to content

Commit

Permalink
Flow support to ejected theme, transpiled, Fixed GeekyAnts#2188
Browse files Browse the repository at this point in the history
  • Loading branch information
Supriya Kalghatgi authored and Supriya Kalghatgi committed Sep 24, 2018
1 parent 072f74c commit 1fb273b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions flow-typed/index.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
declare module 'react-native' {
declare module.exports: any;
}
declare module 'lodash' {
declare module.exports: any;
}
declare module 'color' {
declare module.exports: any;
}

0 comments on commit 1fb273b

Please sign in to comment.