-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #2 from chaldal/reactNative0.73.1
React native 0.73.1
- Loading branch information
Showing
39 changed files
with
5,443 additions
and
6,995 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{ | ||
"name": "@chaldal/reactxp", | ||
"version": "2.1.2", | ||
"version": "2.2.0", | ||
"description": "Cross-platform abstraction layer for writing React-based applications a single time that work identically across web, React Native, and Electron distribution", | ||
"author": "ReactXP Team <[email protected]>", | ||
"license": "MIT", | ||
|
@@ -18,8 +18,9 @@ | |
}, | ||
"peerDependencies": { | ||
"react": ">=18.1.0", | ||
"react-dom": "18.1.0", | ||
"react-native": "0.70.2" | ||
"react-dom": "18.2.0", | ||
"react-native": "0.73.2", | ||
"@react-native-async-storage/async-storage": ">=1.21.0" | ||
}, | ||
"devDependencies": { | ||
"@types/lodash": "4.14.149", | ||
|
@@ -31,7 +32,7 @@ | |
"eslint-config-skype": "1.5.0", | ||
"eslint-plugin-import": "2.19.1", | ||
"eslint-plugin-react": "7.17.0", | ||
"react": "18.1.0", | ||
"react": "18.2.0", | ||
"tslint": "5.20.1", | ||
"tsutils": "3.17.1", | ||
"typescript": "4.8.4" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
source 'https://rubygems.org' | ||
|
||
# You may use http://rbenv.org/ or https://rvm.io/ to install and use this version | ||
ruby ">= 2.6.10" | ||
|
||
gem 'cocoapods', '~> 1.13' | ||
gem 'activesupport', '>= 6.1.7.3', '< 7.1.0' |
Oops, something went wrong.