Skip to content

Commit 0a2a15a

Browse files
committed
chore: refine env example and ignore test harness artifacts
1 parent b6a7ce0 commit 0a2a15a

2 files changed

Lines changed: 5 additions & 1 deletion

File tree

.prettierignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,3 +9,7 @@ apps/example/ios/build/
99

1010
# Package build output
1111
packages/react-native-device-activity/build/
12+
13+
# iOS test harness generated artifacts
14+
packages/react-native-device-activity/ios/TestHarness/Pods/
15+
packages/react-native-device-activity/ios/TestHarness/build/

apps/example/.env.example

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
RNDA_APPLE_TEAM_ID=YOUR_APPLE_TEAM_ID
1+
RNDA_APPLE_TEAM_ID=YOUR_APPLE_TEAM_ID # Found in https://developer.apple.com/account#MembershipDetailsCard
22
RNDA_APP_GROUP=group.your-app-group
33
RNDA_IOS_BUNDLE_ID=com.yourcompany.yourapp
44
RNDA_ANDROID_PACKAGE=com.yourcompany.yourapp

0 commit comments

Comments
 (0)