File tree 8 files changed +647
-29
lines changed
8 files changed +647
-29
lines changed Original file line number Diff line number Diff line change 1
1
version : 2.1
2
2
3
3
orbs :
4
- rn : react-native-community/react-native@dev:0.1.0-rc14
4
+ rn : react-native-community/react-native@1.2.1
5
5
6
6
jobs :
7
7
checkout_code :
12
12
root : .
13
13
paths : .
14
14
15
- install_example :
16
- executor : rn/linux_js
17
- steps :
18
- - attach_workspace :
19
- at : .
20
- - run :
21
- name : Install example
22
- command : npm run install:example
23
- - persist_to_workspace :
24
- root : .
25
- paths : .
26
-
27
15
analyse :
28
16
executor : rn/linux_js
29
17
steps :
@@ -49,20 +37,20 @@ workflows:
49
37
- analyse :
50
38
requires :
51
39
- checkout_code
52
- - install_example :
53
- requires :
54
- - checkout_code
55
40
- rn/android_build :
41
+ name : build_android_release
56
42
project_path : " example/android"
57
- name : build_android_debug
58
43
requires :
59
- - install_example
60
-
61
- # Add Detox tests before running this expensive job.
62
- # - rn/ios_build_and_test:
63
- # project_path: "example/ios/example.xcodeproj"
64
- # device: "iPhone X"
65
- # build_configuration: "Debug"
66
- # scheme: "Example"
67
- # requires:
68
- # - analyse
44
+ - analyse
45
+ - rn/android_test :
46
+ detox_configuration : " android.emu.release"
47
+ requires :
48
+ - build_android_release
49
+ - rn/ios_build_and_test :
50
+ project_path : " example/ios/example.xcodeproj"
51
+ device : " iPhone X"
52
+ build_configuration : " Release"
53
+ scheme : " example"
54
+ detox_configuration : " ios.sim.release"
55
+ requires :
56
+ - analyse
Original file line number Diff line number Diff line change 2
2
3
3
###
4
4
5
+ - [ #7 ] Adding Readme.md and docs
5
6
- [ #6 ] Detox tests added
6
7
- [ #5 ] Adjust CHANGELOG.md to have links at bottom of markdown
7
8
- [ #4 ] Fixing iOS React import and cleaning iOS example project
11
12
[ #4 ] : https://github.com/react-native-community/react-native-datetimepicker/pull/4
12
13
[ #5 ] : https://github.com/react-native-community/react-native-datetimepicker/pull/5
13
14
[ #6 ] : https://github.com/react-native-community/react-native-datetimepicker/pull/6
15
+ [ #7 ] : https://github.com/react-native-community/react-native-datetimepicker/pull/7
You can’t perform that action at this time.
0 commit comments