You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+7-1Lines changed: 7 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,4 +1,7 @@
1
1
# React Native CircleCI Orb
2
+
3
+
[![CircleCI Orb][orb-version-badge]][orb-page]
4
+
2
5
A [CircleCI Orb](https://circleci.com/orbs/) to simplify testing your React Native app.
3
6
4
7
## Why?
@@ -52,7 +55,7 @@ version: 2.1
52
55
53
56
# Make sure you use the latest version of the Orb!
54
57
orbs:
55
-
rn: react-native-community/react-native@1.0.0
58
+
rn: react-native-community/react-native@2.0.1
56
59
57
60
# Custom jobs which are not part of the Orb
58
61
jobs:
@@ -141,3 +144,6 @@ This is what the final workflow will look like:
141
144
142
145
## License
143
146
The Orb is released under the MIT license. For more information see [`LICENSE`](https://github.com/react-native-community/react-native-circleci-orb/blob/master/LICENSE).
0 commit comments