-
Notifications
You must be signed in to change notification settings - Fork 24.8k
Closed
Labels
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.
Description
Is this a bug report?
Yes
Have you read the Contributing Guidelines?
Yes
Environment
react-native -v
: Current facebook/react-native#masternode -v
: 7.5.0npm -v
: 4.1.2yarn --version
: 0.27.5
Then, specify:
- Target Platform: iOS, Apple TV
- Development Operating System: macOS
- Build tools: Xcode
Steps to Reproduce
git clone https://github.com/facebook/react-native
cd react-native
npm install
oryarn
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
Resolution: LockedThis issue was locked by the bot.This issue was locked by the bot.