Skip to content
This repository has been archived by the owner on Oct 29, 2024. It is now read-only.

Commit

Permalink
Add RN 0.68 CI and expand RN version bounds in package definition. (#117
Browse files Browse the repository at this point in the history
)
  • Loading branch information
gwhelanLD authored Apr 4, 2022
1 parent 777be46 commit 1f590bc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,7 +138,7 @@ workflows:
name: rn<<matrix.rn-version>>-xc<<matrix.xcode-version>>-build-apps-using-template
matrix:
parameters:
rn-version: ["0.64.3", "0.65.2", "0.66.4", "0.67.3"]
rn-version: ["0.64.3", "0.65.2", "0.66.4", "0.67.3", "0.68.0"]
xcode-version: ["12.2.0", "12.5.1", "13.2.1"]
requires:
- test-javascript
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
},
"homepage": "https://docs.launchdarkly.com/sdk/client-side/react-native",
"peerDependencies": {
"react-native": ">=0.64.0 <0.68.0"
"react-native": ">=0.64.0 <0.69.0"
},
"devDependencies": {
"jest": "^26.6.3",
Expand Down

0 comments on commit 1f590bc

Please sign in to comment.