aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-03-25 14:19:23 -0400
committerGitHub <noreply@github.com>2021-03-25 14:19:23 -0400
commit75c08439fe04666a63431bf56e4b2fa7fb05cbbe (patch)
tree7f36b8a7ad00f21b65dfcada751548f445fd1afe
parente2fd6a1ccaa26eb2e8e7e3472c88e75cbc41fedd (diff)
parent6e65e48e578da19b3e98b6badebb206bdbeeef67 (diff)
Merge pull request #329 from leonyjiang/bugfix-circle-ci-config
[Bugfix] Fix config.yml Orb Import
-rw-r--r--.circleci/config.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.circleci/config.yml b/.circleci/config.yml
index cb672ff3..893711ad 100644
--- a/.circleci/config.yml
+++ b/.circleci/config.yml
@@ -3,7 +3,7 @@ version: 2.1
# Invoke the react-native orb.
orbs:
- react-native: react-native-community/react-native@5.1.0
+ rn: react-native-community/react-native@5.1.0
# Define runnable jobs.
jobs: