Skip to content

Commit

Permalink
base project
Browse files Browse the repository at this point in the history
  • Loading branch information
John Need committed Oct 3, 2018
1 parent 8f84d84 commit 61246ad
Show file tree
Hide file tree
Showing 38 changed files with 14,222 additions and 90 deletions.
665 changes: 665 additions & 0 deletions .eslintrc

Large diffs are not rendered by default.

37 changes: 37 additions & 0 deletions .flowconfig
Original file line number Diff line number Diff line change
@@ -0,0 +1,37 @@
[ignore]
; We fork some components by platform
.*/*android.js
.*/*.android.js
.*/node_modules

; Ignore "BUCK" generated dirs
<PROJECT_ROOT>/\.buckd/

; Ignore unexpected extra "@providesModule"
.*/node_modules/.*/node_modules/fbjs/.*

; Ignore duplicate module providers
; For RN Apps installed via npm, "Libraries" folder is inside
; "node_modules/react-native" but in the source repo it is in the root
.*/Libraries/react-native/React.js
.*/Libraries/react-native/ReactNative.js

[include]

[libs]
node_modules/react-native/Libraries/react-native/react-native-interface.js
node_modules/react-native/flow
flow/

[options]
emoji = true
module.system = haste
experimental.strict_type_args = true
munge_underscores = true
module.name_mapper='^[./a-zA-Z0-9$_-]+\.\(bmp\|gif\|jpg\|jpeg\|png\|psd\|svg\|webp\|m4v\|mov\|mp4\|mpeg\|mpg\|webm\|aac\|aiff\|caf\|m4a\|mp3\|wav\|html\|pdf\)$' -> 'RelativeImageStub'
suppress_type=$FlowFixMe
suppress_comment= \\(.\\|\n\\)*\\$FlowFixMe
unsafe.enable_getters_and_setters = true

[version]

Loading

0 comments on commit 61246ad

Please sign in to comment.