Name Date Size #Lines LOC

..26-Sep-2023-

android/H26-Sep-2023-458352

build/H26-Sep-2023-2822

ios/H26-Sep-2023-9873

src/H26-Sep-2023-139

.eslintrc.jsH A D26-Sep-2023103 31

.npmignoreH A D26-Sep-2023183 128

CHANGELOG.mdH A D26-Sep-20232.6 KiB9045

README.mdH A D26-Sep-2023702 178

babel.config.jsH A D26-Sep-2023104 31

expo-module.config.jsonH A D26-Sep-2023187 109

package.jsonH A D26-Sep-20231,009 4140

tsconfig.jsonH A D26-Sep-2023217 109

README.md

1# expo-eas-client
2
3Information related to EAS.
4
5## Client ID Discussion
6
7Stable client identifier for EAS services.
8
9On 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.
10
11On 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).
12
13## Contributing
14
15Contributions are very welcome! Please refer to guidelines described in the [contributing guide](https://github.com/expo/expo#contributing).
16
17