Skip to content

Circle CI broken due to flow errors #15683

@douglowder

Description

@douglowder

Is this a bug report?

Yes

Have you read the Contributing Guidelines?

Yes

Environment

  1. react-native -v: Current facebook/react-native#master
  2. node -v: 7.5.0
  3. npm -v: 4.1.2
  4. yarn --version: 0.27.5

Then, specify:

  • Target Platform: iOS, Apple TV
  • Development Operating System: macOS
  • Build tools: Xcode

Steps to Reproduce

  1. git clone https://github.com/facebook/react-native
  2. cd react-native
  3. npm install or yarn
  4. npm run flow check

Expected Behavior

The flow check should succeed.

Actual Behavior

Error: Libraries/Experimental/WindowedListView.js:704
704:     this._containerRef = ref;
         ^^^^^^^^^^^^^^^^^^ property `setNativeProps`. Property not found in
704:     this._containerRef = ref;
                              ^^^ React$Component


... 87 more errors (only 50 out of 137 errors displayed)
To see all errors, re-run Flow with --show-all-errors

npm ERR! Darwin 16.7.0
npm ERR! argv "/usr/local/Cellar/node/7.5.0/bin/node" "/usr/local/bin/npm" "run" "flow" "check"
npm ERR! node v7.5.0
npm ERR! npm  v4.1.2
npm ERR! code ELIFECYCLE
npm ERR! react-native@1000.0.0 flow: `flow "check"`
npm ERR! Exit status 2
npm ERR! 
npm ERR! Failed at the react-native@1000.0.0 flow script 'flow "check"'.
npm ERR! Make sure you have the latest version of node.js and npm installed.
npm ERR! If you do, this is most likely a problem with the react-native package,
npm ERR! not with npm itself.
npm ERR! Tell the author that this fails on your system:
npm ERR!     flow "check"
npm ERR! You can get information on how to open an issue for this project with:
npm ERR!     npm bugs react-native
npm ERR! Or if that isn't available, you can get their info via:
npm ERR!     npm owner ls react-native
npm ERR! There is likely additional logging output above.

npm ERR! Please include the following file with any support request:
npm ERR!     /Users/dlowder/Documents/iosProjects/react-native-commit/npm-debug.log

Reproducible Demo

See above

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions