diff --git a/apps/native-component-list/src/screens/AuthSession/AuthResult.tsx b/apps/native-component-list/src/screens/AuthSession/AuthResult.tsx index 586f45cee59f1..c8926eb46eaee 100644 --- a/apps/native-component-list/src/screens/AuthSession/AuthResult.tsx +++ b/apps/native-component-list/src/screens/AuthSession/AuthResult.tsx @@ -53,6 +53,7 @@ export function AuthSection({ onPress={(color) => promptAsync({ useProxy, + projectNameForProxy: '@community/native-component-list', // Tint the controller toolbarColor: color, // iOS -- unused, possibly should remove the types diff --git a/apps/native-component-list/src/screens/AuthSession/AuthSessionScreen.tsx b/apps/native-component-list/src/screens/AuthSession/AuthSessionScreen.tsx index 7cb0e1feb9d89..60d4f98ca01af 100644 --- a/apps/native-component-list/src/screens/AuthSession/AuthSessionScreen.tsx +++ b/apps/native-component-list/src/screens/AuthSession/AuthSessionScreen.tsx @@ -64,13 +64,7 @@ export default function AuthSessionScreen() { value={language} setValue={setLanguage} /> -

- ID:{' '} - {Constants.manifest?.originalFullName || - Constants.manifest2?.extra?.expoClient?.originalFullName || - Constants.manifest?.id || - 'unset'} -

+

ID: @community/native-component-list

Services