You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Run eas submit --platform android --latest without having a key configured; when prompted to enter the path to the JSON, enter a correct path, and notice that the CLI cannot find the file even if the file is directly in the app folder.
npx expo-doctor
13/15 checks passed. 2 checks failed. Possible issues detected:
Use the --verbose flag to see more details about passed checks.
✖ [Check that native modules use compatible support package versions for installed Expo SDK]
Expected package metro@^0.81.0
Found invalid:
[email protected]
(for more info, run: npm why metro)
Expected package metro-resolver@^0.81.0
Found invalid:
[email protected]
(for more info, run: npm why metro-resolver)
Expected package metro-config@^0.81.0
Found invalid:
[email protected]
(for more info, run: npm why metro-config)
Advice: Upgrade dependencies that are using the invalid package versions.
✖ [Validate packages against React Native Directory package metadata]
The following issues were found when validating your dependencies against React Native Directory:
Unsupported on New Architecture: react-native-fast-image
Untested on New Architecture: react-native-branch, react-native-chart-kit
Unmaintained: react-native-chart-kit, react-native-fast-image
No metadata available: @config-plugins/react-native-branch, @ethersproject/shims, @expo/metro-config, @isaacs/ttlcache, @privy-io/expo, @react-native/metro-config, @solana/spl-token, @solana/web3.js, bignumber.js, bs58, buffer, d3-array, d3-interpolate-path, d3-scale, d3-shape, eslint, eslint-config-expo, expo-shimmer-placeholder, fast-text-encoding, immutable, lodash, luxon, patch-package, prettier-plugin-tailwindcss, prop-types, react-native-passkeys, react-native-reorderable-list, react-native-uuid, ts-node, viem
Advice:
- Use libraries that are actively maintained and support the New Architecture. Find alternative libraries with https://reactnative.directory.
- Add packages to expo.doctor.reactNativeDirectoryCheck.exclude in package.json to selectively skip validations, if the warning is not relevant.
- Update React Native Directory to include metadata for unknown packages. Alternatively, set expo.doctor.reactNativeDirectoryCheck.listUnknownPackages in package.json to false to skip warnings about packages with no metadata, if the warning is not relevant.
2 checks failed, indicating possible issues with the project.
Error output
eas submit --platform android --latest
Looking up credentials configuration for my.app...
A Google Service Account JSON key is required for uploading your app to Google Play Store, and for sending Android Notifications via FCM V1..
If you're not sure what this is or how to create one, learn more: https://expo.fyi/creating-google-service-account
✖ Path to Google Service Account file: … api-0000000000000000000-111111-aaaaaabbbbbb.json
Reproducible demo or steps to reproduce from a blank project
Create a new project, build, and try to submit without configuring key online.
eas submit --platform android --latest
Looking up credentials configuration for my.app...
A Google Service Account JSON key is required for uploading your app to Google Play Store, and for sending Android Notifications via FCM V1..
If you're not sure what this is or how to create one, learn more: https://expo.fyi/creating-google-service-account
✖ Path to Google Service Account file: … api-0000000000000000000-111111-aaaaaabbbbbb.json
The text was updated successfully, but these errors were encountered:
Build/Submit details page URL
No response
Summary
Run
eas submit --platform android --latest
without having a key configured; when prompted to enter the path to the JSON, enter a correct path, and notice that the CLI cannot find the file even if the file is directly in the app folder.Managed or bare?
Managed
Environment
Error output
Reproducible demo or steps to reproduce from a blank project
Create a new project, build, and try to submit without configuring key online.
The text was updated successfully, but these errors were encountered: