We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 030ab36 commit eb099e9Copy full SHA for eb099e9
2 files changed
.prettierignore
@@ -9,3 +9,7 @@ apps/example/ios/build/
9
10
# Package build output
11
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
@@ -1,4 +1,4 @@
1
-RNDA_APPLE_TEAM_ID=YOUR_APPLE_TEAM_ID
+RNDA_APPLE_TEAM_ID=YOUR_APPLE_TEAM_ID # Found in https://developer.apple.com/account#MembershipDetailsCard
2
RNDA_APP_GROUP=group.your-app-group
3
RNDA_IOS_BUNDLE_ID=com.yourcompany.yourapp
4
RNDA_ANDROID_PACKAGE=com.yourcompany.yourapp
0 commit comments