Skip to content

Commit 1a6373f

Browse files
authored
docs: Remove the pre-release warning and update the example
1 parent 17ee6d2 commit 1a6373f

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
# React Native CircleCI Orb
22
A [CircleCI Orb](https://circleci.com/orbs/) which can be used to simplify building and testing React Native apps.
33

4-
***Note:** This Orb has not yet been officially published to the registry. Until that happens, only repositories inside the `react-native-community` Github organisation can use it.*
5-
64
## Why?
75
Setting up CircleCI to test your React Native app correctly is hard. You need to consider using the correct machine type, installing the correct dependencies, running the correct commands, and correctly setting up caching to speed up builds. All of this is complicated and involves a lot of trial and error.
86

@@ -32,9 +30,9 @@ Here is a full example of how the Orb can be used in a CircleCI workflow to buil
3230
# Orb support is from version >= 2.1
3331
version: 2.1
3432

35-
# Make sure you use the latest version of the Orb
33+
# Make sure you use the latest version of the Orb!
3634
orbs:
37-
rn: react-native-community/react-native@dev:0.2.0
35+
rn: react-native-community/react-native@1.0.0
3836

3937
# Custom jobs which are not part of the Orb
4038
jobs:

0 commit comments

Comments
 (0)