Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ package-lock.json
*.js.meta

/coverage
/third-party

# Test Reports
/reports
Expand Down Expand Up @@ -152,7 +151,6 @@ vendor/
/packages/react-native/sdks/hermes-engine/hermes-engine-from-local-source-dir.tar.gz

# iOS prebuilds
/packages/react-native/third-party/
fix_*.patch
*.xcframework

Expand Down
6 changes: 6 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
[submodule "packages/react-native/third-party/yoga"]
path = packages/react-native/third-party/yoga
url = https://github.com/facebook/yoga.git
[submodule "packages/react-native/third-party/hermes"]
path = packages/react-native/third-party/hermes
url = https://github.com/facebook/hermes.git
1 change: 1 addition & 0 deletions packages/react-native/third-party/hermes
Submodule hermes added at 657380
1 change: 1 addition & 0 deletions packages/react-native/third-party/yoga
Submodule yoga added at 9dff91
Loading