react-native/local-cli/templates/HelloWorld
Wayne Cheng f536a0c268 Adding flow strict local to remaining possible files in xplat/JS
Summary:
ag -L --ignore __snapshots__ 'flow strict|noflow|generated|The controller you requested could not be found.' | ag '\.js$' | xargs ag -l 'flow' | sort > ~/temp
  cat ~/temp | xargs ag -L 'flow strict' | xargs sed -i '' 's/flow$/flow strict-local/'
  until flow check; do flow check --json | jq -r '.errors[].message[0].path' | sort | uniq | xargs hg revert; done

allow_many_files
The controller you requested could not be found.
The controller you requested could not be found.

Reviewed By: TheSavior

Differential Revision: D9004573

fbshipit-source-id: 936bd5741706b781be06bf08b6ad805a69407dfd
2018-08-09 08:54:44 -07:00
..
__tests__ Prettier RN local-cli 2018-05-11 13:00:50 -07:00
android fix gradle wrapper issue (#19976) 2018-08-08 15:03:01 -07:00
ios Update template to Xcode 9.4 and fix project settings warnings (#19626) 2018-08-07 19:46:23 -07:00
App.js Adding flow strict local to remaining possible files in xplat/JS 2018-08-09 08:54:44 -07:00
_babelrc Fix indent for .babelrc in HelloWorld template 2017-03-10 13:45:58 -08:00
_buckconfig Fix handling of dotfiles in 'react-native init' and 'react-native upgrade' 2016-11-21 12:58:29 -08:00
_flowconfig v0.78 in fbsource 2018-08-07 16:03:09 -07:00
_gitattributes Allow git to merge pbxproj files 2016-11-22 17:58:29 -08:00
_gitignore Exclude jsbundle files from VCS 2018-02-16 14:09:28 -08:00
_watchmanconfig Fix handling of dotfiles in 'react-native init' and 'react-native upgrade' 2016-11-21 12:58:29 -08:00
app.json Eject CLI command to re-create native folders 2017-02-03 12:58:46 -08:00
index.js Prettier RN local-cli 2018-05-11 13:00:50 -07:00