Skip to content

Commit 20ca505

Browse files
author
wangtun
committed
创建
1 parent b49450e commit 20ca505

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+2111
-0
lines changed

.buckconfig

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
2+
[android]
3+
target = Google Inc.:Google APIs:23
4+
5+
[maven_repositories]
6+
central = https://repo1.maven.org/maven2

.flowconfig

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
[ignore]
2+
3+
# We fork some components by platform.
4+
.*/*.android.js
5+
6+
# Ignore templates with `@flow` in header
7+
.*/local-cli/generator.*
8+
9+
# Ignore malformed json
10+
.*/node_modules/y18n/test/.*\.json
11+
12+
[include]
13+
14+
[libs]
15+
node_modules/react-native/Libraries/react-native/react-native-interface.js
16+
node_modules/react-native/flow
17+
flow/
18+
19+
[options]
20+
module.system=haste
21+
22+
esproposal.class_static_fields=enable
23+
esproposal.class_instance_fields=enable
24+
25+
experimental.strict_type_args=true
26+
27+
munge_underscores=true
28+
29+
module.name_mapper='^image![a-zA-Z0-9$_-]+$' -> 'GlobalImageStub'
30+
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'
31+
32+
suppress_type=$FlowIssue
33+
suppress_type=$FlowFixMe
34+
suppress_type=$FixMe
35+
36+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixMe\\($\\|[^(]\\|(\\(>=0\\.\\(2[0-7]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)
37+
suppress_comment=\\(.\\|\n\\)*\\$FlowIssue\\((\\(>=0\\.\\(2[0-7]\\|1[0-9]\\|[0-9]\\).[0-9]\\)? *\\(site=[a-z,_]*react_native[a-z,_]*\\)?)\\)?:? #[0-9]+
38+
suppress_comment=\\(.\\|\n\\)*\\$FlowFixedInNextDeploy
39+
40+
[version]
41+
^0.27.0

.gitignore

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# Logs
2+
logs
3+
*.log
4+
npm-debug.log*
5+
6+
# Coverage directory used by tools like istanbul
7+
coverage
8+
9+
# Compiled binary addons (http://nodejs.org/api/addons.html)
10+
build
11+
12+
# Dependency directory
13+
node_modules
14+
15+
16+
# WebStorm project file directory
17+
.idea

.watchmanconfig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{}

Image/qq.png

8.48 KB
Loading
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#Tue Jul 19 11:31:43 CST 2016
17 Bytes
Binary file not shown.
95.5 KB
Binary file not shown.
330 KB
Binary file not shown.
19 KB
Binary file not shown.

0 commit comments

Comments
 (0)