-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.gitmodules
More file actions
21 lines (21 loc) · 834 Bytes
/
.gitmodules
File metadata and controls
21 lines (21 loc) · 834 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
[submodule "third_party/googletest"]
path = third_party/googletest
url = git@github.com:google/googletest.git
[submodule "third_party/hermes"]
path = third_party/hermes
url = git@github.com:facebook/hermes.git
[submodule "third_party/quickjs"]
path = third_party/quickjs
url = git@github.com:bellard/quickjs.git
[submodule "third_party/react-native"]
path = third_party/react-native
url = git@github.com:facebook/react-native.git
[submodule "third_party/folly"]
path = third_party/folly
url = git@github.com:facebook/folly.git
[submodule "third_party/double-conversion"]
path = third_party/double-conversion
url = git@github.com:google/double-conversion.git
[submodule "third_party/boost-for-react-native"]
path = third_party/boost-for-react-native
url = git@github.com:react-native-community/boost-for-react-native.git