Skip to content

Commit

Permalink
Merge pull request #2 from chaldal/reactNative0.73.1
Browse files Browse the repository at this point in the history
React native 0.73.1
  • Loading branch information
aajahid authored Jan 11, 2024
2 parents dcd847d + 5ea2206 commit 8e6de21
Show file tree
Hide file tree
Showing 39 changed files with 5,443 additions and 6,995 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
# @Chaldal/ReactXP


## This is a forked version of original ReactXP.
## It supports latest react-native 0.70. Issues/PR's are welcome.
## Current version 2.1.2
## This is a forked version of original ReactXP.
## It supports latest react-native 0.73.1 Issues/PR's are welcome.
## Current version 2.2.0

ReactXP and reactXP extentions are hosted on NPM under `@Chaldal` organization.
https://www.npmjs.com/org/chaldal
Expand Down
11,116 changes: 5,169 additions & 5,947 deletions package-lock.json

Large diffs are not rendered by default.

9 changes: 5 additions & 4 deletions package.json
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",
Expand All @@ -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",
Expand All @@ -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"
Expand Down
6 changes: 6 additions & 0 deletions samples/RXPTest/.gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -44,3 +44,9 @@ buck-out/
.vscode
dist/
*package-lock.json


# Temporary files created by Metro to check the health of the file watcher
.metro-health-check*
# testing
/coverage
7 changes: 7 additions & 0 deletions samples/RXPTest/Gemfile.txt
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'
Loading

0 comments on commit 8e6de21

Please sign in to comment.