This repository has been archived by the owner on Dec 21, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 128
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 #1307 from showtime-xyz/expo-beta
Expo SDK 46 Beta
- Loading branch information
Showing
11 changed files
with
1,517 additions
and
1,085 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
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
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
This file was deleted.
Oops, something went wrong.
This file was deleted.
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
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,14 @@ | ||
diff --git a/node_modules/three/package.json b/node_modules/three/package.json | ||
index eed47fe..45cf472 100644 | ||
--- a/node_modules/three/package.json | ||
+++ b/node_modules/three/package.json | ||
@@ -12,7 +12,8 @@ | ||
}, | ||
"./examples/fonts/*": "./examples/fonts/*", | ||
"./examples/jsm/*": "./examples/jsm/*", | ||
- "./src/*": "./src/*" | ||
+ "./src/*": "./src/*", | ||
+ "./package.json": "./package.json" | ||
}, | ||
"repository": { | ||
"type": "git", |
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,14 @@ | ||
diff --git a/node_modules/zx/package.json b/node_modules/zx/package.json | ||
index 8f0bc55..af17e60 100644 | ||
--- a/node_modules/zx/package.json | ||
+++ b/node_modules/zx/package.json | ||
@@ -11,7 +11,8 @@ | ||
"./globals": { | ||
"import": "./globals.mjs", | ||
"require": "./dist/globals.cjs" | ||
- } | ||
+ }, | ||
+ "./package.json": "./package.json" | ||
}, | ||
"types": "index.d.ts", | ||
"bin": { |
Oops, something went wrong.