Package Exports
- expo-eas-client
- expo-eas-client/build/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (expo-eas-client) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
expo-eas-client
Information related to EAS.
Client ID Discussion
Stable client identifier for EAS services.
On iOS, this is stored in NSUserDefaults which is persisted and backed up. Upon restore (set up new iOS device for example), the identifier should be the same.
On Android, this is stored in SharedPreferences. By default since Android 6, SharedPreferences are backed up automatically via Auto Backup, though some devices or apps may not (for example, if android:allowBackup="true"
is not specified in AndroidManifest.xml).
Contributing
Contributions are very welcome! Please refer to guidelines described in the contributing guide.