Skip to content

Commit a999182

Browse files
committed
refactor(refactor the project structor for example):
1 parent 0cad63c commit a999182

File tree

1,009 files changed

+30356
-149
lines changed

Some content is hidden

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

1,009 files changed

+30356
-149
lines changed

example/.buckconfig .buckconfig

File renamed without changes.

example/.flowconfig .flowconfig

File renamed without changes.

.gitignore

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,4 +32,4 @@ node_modules
3232
# Optional REPL history
3333
.node_repl_history
3434

35-
example/android/app/build/outputs/apk
35+
android/app/build/outputs/apk

.npmignore

+5
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
11
example
22
.*
33
coverage
4+
index.android.js
5+
index.ios.js
6+
android/
7+
ios/
8+
google_calendar.png
File renamed without changes.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
#Thu Sep 22 13:14:21 CST 2016
Binary file not shown.
95.9 KB
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

example/android/app/BUCK android/app/BUCK

+2-2
Original file line numberDiff line numberDiff line change
@@ -46,13 +46,13 @@ android_library(
4646

4747
android_build_config(
4848
name = 'build_config',
49-
package = 'com.example',
49+
package = 'com.datepicker',
5050
)
5151

5252
android_resource(
5353
name = 'res',
5454
res = 'src/main/res',
55-
package = 'com.example',
55+
package = 'com.datepicker',
5656
)
5757

5858
android_binary(

example/android/app/build.gradle android/app/build.gradle

+1-1
Original file line numberDiff line numberDiff line change
@@ -87,7 +87,7 @@ android {
8787
buildToolsVersion "23.0.1"
8888

8989
defaultConfig {
90-
applicationId "com.example"
90+
applicationId "com.datepicker"
9191
minSdkVersion 16
9292
targetSdkVersion 22
9393
versionCode 1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
/**
2+
* Automatically generated file. DO NOT MODIFY
3+
*/
4+
package com.datepicker;
5+
6+
public final class BuildConfig {
7+
public static final boolean DEBUG = Boolean.parseBoolean("true");
8+
public static final String APPLICATION_ID = "com.datepicker";
9+
public static final String BUILD_TYPE = "debug";
10+
public static final String FLAVOR = "";
11+
public static final int VERSION_CODE = 1;
12+
public static final String VERSION_NAME = "1.0";
13+
}

android/app/build/generated/source/r/debug/android/support/v7/appcompat/R.java

+1,222
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,30 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* aapt tool from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package android.support.v7.recyclerview;
8+
9+
public final class R {
10+
public static final class attr {
11+
public static final int layoutManager = 0x7f010052;
12+
public static final int reverseLayout = 0x7f010054;
13+
public static final int spanCount = 0x7f010053;
14+
public static final int stackFromEnd = 0x7f010055;
15+
}
16+
public static final class dimen {
17+
public static final int item_touch_helper_max_drag_scroll_per_frame = 0x7f080045;
18+
}
19+
public static final class id {
20+
public static final int item_touch_helper_previous_elevation = 0x7f0d0005;
21+
}
22+
public static final class styleable {
23+
public static final int[] RecyclerView = { 0x010100c4, 0x7f010052, 0x7f010053, 0x7f010054, 0x7f010055 };
24+
public static final int RecyclerView_android_orientation = 0;
25+
public static final int RecyclerView_layoutManager = 1;
26+
public static final int RecyclerView_reverseLayout = 3;
27+
public static final int RecyclerView_spanCount = 2;
28+
public static final int RecyclerView_stackFromEnd = 4;
29+
}
30+
}

android/app/build/generated/source/r/debug/com/datepicker/R.java

+6,980
Large diffs are not rendered by default.
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* aapt tool from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package com.facebook.drawee;
8+
9+
public final class R {
10+
public static final class attr {
11+
public static final int actualImageScaleType = 0x7f01003a;
12+
public static final int actualImageUri = 0x7f010063;
13+
public static final int backgroundImage = 0x7f01003b;
14+
public static final int fadeDuration = 0x7f01002f;
15+
public static final int failureImage = 0x7f010035;
16+
public static final int failureImageScaleType = 0x7f010036;
17+
public static final int overlayImage = 0x7f01003c;
18+
public static final int placeholderImage = 0x7f010031;
19+
public static final int placeholderImageScaleType = 0x7f010032;
20+
public static final int pressedStateOverlayImage = 0x7f01003d;
21+
public static final int progressBarAutoRotateInterval = 0x7f010039;
22+
public static final int progressBarImage = 0x7f010037;
23+
public static final int progressBarImageScaleType = 0x7f010038;
24+
public static final int retryImage = 0x7f010033;
25+
public static final int retryImageScaleType = 0x7f010034;
26+
public static final int roundAsCircle = 0x7f01003e;
27+
public static final int roundBottomLeft = 0x7f010043;
28+
public static final int roundBottomRight = 0x7f010042;
29+
public static final int roundTopLeft = 0x7f010040;
30+
public static final int roundTopRight = 0x7f010041;
31+
public static final int roundWithOverlayColor = 0x7f010044;
32+
public static final int roundedCornerRadius = 0x7f01003f;
33+
public static final int roundingBorderColor = 0x7f010046;
34+
public static final int roundingBorderPadding = 0x7f010047;
35+
public static final int roundingBorderWidth = 0x7f010045;
36+
public static final int viewAspectRatio = 0x7f010030;
37+
}
38+
public static final class id {
39+
public static final int center = 0x7f0d0019;
40+
public static final int centerCrop = 0x7f0d001a;
41+
public static final int centerInside = 0x7f0d001b;
42+
public static final int fitCenter = 0x7f0d001c;
43+
public static final int fitEnd = 0x7f0d001d;
44+
public static final int fitStart = 0x7f0d001e;
45+
public static final int fitXY = 0x7f0d001f;
46+
public static final int focusCrop = 0x7f0d0020;
47+
public static final int none = 0x7f0d000f;
48+
}
49+
public static final class styleable {
50+
public static final int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
51+
public static final int GenericDraweeHierarchy_actualImageScaleType = 11;
52+
public static final int GenericDraweeHierarchy_backgroundImage = 12;
53+
public static final int GenericDraweeHierarchy_fadeDuration = 0;
54+
public static final int GenericDraweeHierarchy_failureImage = 6;
55+
public static final int GenericDraweeHierarchy_failureImageScaleType = 7;
56+
public static final int GenericDraweeHierarchy_overlayImage = 13;
57+
public static final int GenericDraweeHierarchy_placeholderImage = 2;
58+
public static final int GenericDraweeHierarchy_placeholderImageScaleType = 3;
59+
public static final int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
60+
public static final int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
61+
public static final int GenericDraweeHierarchy_progressBarImage = 8;
62+
public static final int GenericDraweeHierarchy_progressBarImageScaleType = 9;
63+
public static final int GenericDraweeHierarchy_retryImage = 4;
64+
public static final int GenericDraweeHierarchy_retryImageScaleType = 5;
65+
public static final int GenericDraweeHierarchy_roundAsCircle = 15;
66+
public static final int GenericDraweeHierarchy_roundBottomLeft = 20;
67+
public static final int GenericDraweeHierarchy_roundBottomRight = 19;
68+
public static final int GenericDraweeHierarchy_roundTopLeft = 17;
69+
public static final int GenericDraweeHierarchy_roundTopRight = 18;
70+
public static final int GenericDraweeHierarchy_roundWithOverlayColor = 21;
71+
public static final int GenericDraweeHierarchy_roundedCornerRadius = 16;
72+
public static final int GenericDraweeHierarchy_roundingBorderColor = 23;
73+
public static final int GenericDraweeHierarchy_roundingBorderPadding = 24;
74+
public static final int GenericDraweeHierarchy_roundingBorderWidth = 22;
75+
public static final int GenericDraweeHierarchy_viewAspectRatio = 1;
76+
public static final int[] SimpleDraweeView = { 0x7f010063 };
77+
public static final int SimpleDraweeView_actualImageUri = 0;
78+
}
79+
}
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,79 @@
1+
/* AUTO-GENERATED FILE. DO NOT MODIFY.
2+
*
3+
* This class was automatically generated by the
4+
* aapt tool from the resource data it found. It
5+
* should not be modified by hand.
6+
*/
7+
package com.facebook.drawee.backends.pipeline;
8+
9+
public final class R {
10+
public static final class attr {
11+
public static final int actualImageScaleType = 0x7f01003a;
12+
public static final int actualImageUri = 0x7f010063;
13+
public static final int backgroundImage = 0x7f01003b;
14+
public static final int fadeDuration = 0x7f01002f;
15+
public static final int failureImage = 0x7f010035;
16+
public static final int failureImageScaleType = 0x7f010036;
17+
public static final int overlayImage = 0x7f01003c;
18+
public static final int placeholderImage = 0x7f010031;
19+
public static final int placeholderImageScaleType = 0x7f010032;
20+
public static final int pressedStateOverlayImage = 0x7f01003d;
21+
public static final int progressBarAutoRotateInterval = 0x7f010039;
22+
public static final int progressBarImage = 0x7f010037;
23+
public static final int progressBarImageScaleType = 0x7f010038;
24+
public static final int retryImage = 0x7f010033;
25+
public static final int retryImageScaleType = 0x7f010034;
26+
public static final int roundAsCircle = 0x7f01003e;
27+
public static final int roundBottomLeft = 0x7f010043;
28+
public static final int roundBottomRight = 0x7f010042;
29+
public static final int roundTopLeft = 0x7f010040;
30+
public static final int roundTopRight = 0x7f010041;
31+
public static final int roundWithOverlayColor = 0x7f010044;
32+
public static final int roundedCornerRadius = 0x7f01003f;
33+
public static final int roundingBorderColor = 0x7f010046;
34+
public static final int roundingBorderPadding = 0x7f010047;
35+
public static final int roundingBorderWidth = 0x7f010045;
36+
public static final int viewAspectRatio = 0x7f010030;
37+
}
38+
public static final class id {
39+
public static final int center = 0x7f0d0019;
40+
public static final int centerCrop = 0x7f0d001a;
41+
public static final int centerInside = 0x7f0d001b;
42+
public static final int fitCenter = 0x7f0d001c;
43+
public static final int fitEnd = 0x7f0d001d;
44+
public static final int fitStart = 0x7f0d001e;
45+
public static final int fitXY = 0x7f0d001f;
46+
public static final int focusCrop = 0x7f0d0020;
47+
public static final int none = 0x7f0d000f;
48+
}
49+
public static final class styleable {
50+
public static final int[] GenericDraweeHierarchy = { 0x7f01002f, 0x7f010030, 0x7f010031, 0x7f010032, 0x7f010033, 0x7f010034, 0x7f010035, 0x7f010036, 0x7f010037, 0x7f010038, 0x7f010039, 0x7f01003a, 0x7f01003b, 0x7f01003c, 0x7f01003d, 0x7f01003e, 0x7f01003f, 0x7f010040, 0x7f010041, 0x7f010042, 0x7f010043, 0x7f010044, 0x7f010045, 0x7f010046, 0x7f010047 };
51+
public static final int GenericDraweeHierarchy_actualImageScaleType = 11;
52+
public static final int GenericDraweeHierarchy_backgroundImage = 12;
53+
public static final int GenericDraweeHierarchy_fadeDuration = 0;
54+
public static final int GenericDraweeHierarchy_failureImage = 6;
55+
public static final int GenericDraweeHierarchy_failureImageScaleType = 7;
56+
public static final int GenericDraweeHierarchy_overlayImage = 13;
57+
public static final int GenericDraweeHierarchy_placeholderImage = 2;
58+
public static final int GenericDraweeHierarchy_placeholderImageScaleType = 3;
59+
public static final int GenericDraweeHierarchy_pressedStateOverlayImage = 14;
60+
public static final int GenericDraweeHierarchy_progressBarAutoRotateInterval = 10;
61+
public static final int GenericDraweeHierarchy_progressBarImage = 8;
62+
public static final int GenericDraweeHierarchy_progressBarImageScaleType = 9;
63+
public static final int GenericDraweeHierarchy_retryImage = 4;
64+
public static final int GenericDraweeHierarchy_retryImageScaleType = 5;
65+
public static final int GenericDraweeHierarchy_roundAsCircle = 15;
66+
public static final int GenericDraweeHierarchy_roundBottomLeft = 20;
67+
public static final int GenericDraweeHierarchy_roundBottomRight = 19;
68+
public static final int GenericDraweeHierarchy_roundTopLeft = 17;
69+
public static final int GenericDraweeHierarchy_roundTopRight = 18;
70+
public static final int GenericDraweeHierarchy_roundWithOverlayColor = 21;
71+
public static final int GenericDraweeHierarchy_roundedCornerRadius = 16;
72+
public static final int GenericDraweeHierarchy_roundingBorderColor = 23;
73+
public static final int GenericDraweeHierarchy_roundingBorderPadding = 24;
74+
public static final int GenericDraweeHierarchy_roundingBorderWidth = 22;
75+
public static final int GenericDraweeHierarchy_viewAspectRatio = 1;
76+
public static final int[] SimpleDraweeView = { 0x7f010063 };
77+
public static final int SimpleDraweeView_actualImageUri = 0;
78+
}
79+
}

0 commit comments

Comments
 (0)