Skip to content

Commit a46a7a1

Browse files
committed
build: exclude expo_example
1 parent bbb0f5e commit a46a7a1

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

example/ios/Podfile.lock

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1656,7 +1656,7 @@ PODS:
16561656
- React-utils (= 0.79.2)
16571657
- SocketRocket (0.7.1)
16581658
- Trackingplan (1.4.1)
1659-
- TrackingplanReactNative (0.1.1):
1659+
- TrackingplanReactNative (0.1.2):
16601660
- DoubleConversion
16611661
- glog
16621662
- hermes-engine
@@ -1980,7 +1980,7 @@ SPEC CHECKSUMS:
19801980
ReactCommon: 76d2dc87136d0a667678668b86f0fca0c16fdeb0
19811981
SocketRocket: d4aabe649be1e368d1318fdf28a022d714d65748
19821982
Trackingplan: b43e2d62090dc36d3fac3efcdef27cdbfd7d5712
1983-
TrackingplanReactNative: 79eb434c8d3ecc3e5333108a7812e53e2a233540
1983+
TrackingplanReactNative: 5d76670c011c79e889a5a1e6a5f5df3f9aa06d37
19841984
Yoga: c758bfb934100bb4bf9cbaccb52557cee35e8bdf
19851985

19861986
PODFILE CHECKSUM: 75042b8ee069f7c96c6dd0fa588b0b8f798528f9

expo_example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tsconfig.build.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
{
22
"extends": "./tsconfig",
3-
"exclude": ["example", "lib"]
3+
"exclude": ["example", "expo_example", "lib"]
44
}

0 commit comments

Comments
 (0)