-
Notifications
You must be signed in to change notification settings - Fork 627
Commit
Reviewed By: calebmer Differential Revision: D5958715 fbshipit-source-id: 7feda03a9540e69bf8d9b4eb89720248ff43294f
- Loading branch information
There are no files selected for viewing
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -136,6 +136,9 @@ export type ConfigT = { | |
runBeforeMainModule: Array<string>, | ||
}; | ||
|
||
/* $FlowFixMe(>=0.56.0 site=react_native_fb) This comment suppresses an error | ||
This comment has been minimized.
Sorry, something went wrong.
This comment has been minimized.
Sorry, something went wrong.
grabbou
Contributor
|
||
* found when Flow v0.56 was deployed. To see the error delete this comment and | ||
* run Flow. */ | ||
const DEFAULT = ({ | ||
extraNodeModules: Object.create(null), | ||
getAssetExts: () => [], | ||
|
1 comment
on commit 87cfc05
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@samwgoldman I think you forgot to update package.json flow dependency
All these should list
react_native_oss
as well as they break the build. What is the motivation behind keeping two separate configurations? All in all, it's better to ignore a bit more than be confused with two?