aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-24 18:25:57 -0400
committerLeon Jiang <35908040+leonyjiang@users.noreply.github.com>2021-03-24 18:25:57 -0400
commit6e65e48e578da19b3e98b6badebb206bdbeeef67 (patch)
treeeeb3ce468e092e4499684d3a0a874c1b8deb709c
parent24a3e50c62df4f9c64a103154af2746c1f2ce8d0 (diff)
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: