Skip to content

Commit

Permalink
React Native Expo build fix (#568)
Browse files Browse the repository at this point in the history
  • Loading branch information
JamieSinn authored Oct 4, 2023
1 parent 92851f4 commit 4679a77
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@
"tslib": "^2.3.0",
"typescript": "5.0.4",
"url-loader": "^4.1.1",
"validate-npm-package-name": "^5.0.0",
"verdaccio": "^5.15.4",
"webpack": "^5.75.0",
"webpack-merge": "^5.8.0"
Expand Down
4 changes: 4 additions & 0 deletions sdk/react-native-expo/project.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,10 @@
"cwd": "sdk/react-native-expo"
}
},
"build": {
"command": "echo Building Expo Target",
"dependsOn": ["build:expo"]
},
"build:expo": {
"executor": "@altack/nx-bundlefy:run",
"configurations": {},
Expand Down
10 changes: 10 additions & 0 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -14826,6 +14826,7 @@ __metadata:
ua-parser-js: ^1.0.2
url-loader: ^4.1.1
uuid: ^8.3.2
validate-npm-package-name: ^5.0.0
verdaccio: ^5.15.4
webpack: ^5.75.0
webpack-merge: ^5.8.0
Expand Down Expand Up @@ -31660,6 +31661,15 @@ __metadata:
languageName: node
linkType: hard

"validate-npm-package-name@npm:^5.0.0":
version: 5.0.0
resolution: "validate-npm-package-name@npm:5.0.0"
dependencies:
builtins: ^5.0.0
checksum: 5342a994986199b3c28e53a8452a14b2bb5085727691ea7aa0d284a6606b127c371e0925ae99b3f1ef7cc7d2c9de75f52eb61a3d1cc45e39bca1e3a9444cbb4e
languageName: node
linkType: hard

"validator@npm:13.7.0, validator@npm:^13.7.0":
version: 13.7.0
resolution: "validator@npm:13.7.0"
Expand Down

3 comments on commit 4679a77

@vercel
Copy link

@vercel vercel bot commented on 4679a77 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4679a77 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@vercel
Copy link

@vercel vercel bot commented on 4679a77 Oct 4, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

js-sdks-next-js – ./

js-sdks-next-js-git-main-devcyclehq.vercel.app
dvc-nextjs.vercel.app
js-sdks-next-js-devcyclehq.vercel.app

Please sign in to comment.