codejenn
05/24/2024, 4:37 AMexchangeExternalAccessToken - Not a valid base64 encoded string lengthcodejenn
05/24/2024, 4:56 AMcodejenn
05/24/2024, 4:56 AMcodejenn
05/24/2024, 5:20 AMcody
05/24/2024, 4:25 PMreact-native and expo with regards to base64 encoding
There is a small compatibility note in the docs here: https://github.com/medplum/medplum/tree/main/packages/expo-polyfills#expo-sdk-compatibility
> Expo SDK Compatibility
> It's recommended you use the latest Expo SDK (SDK 51 as of May 2024).
>
> However, this package should be compatible with Expo SDK 49+.
>
> Going forward, each version of this package will advertise the minimum compatible Expo SDK required which is subject to change based on the breaking changes of underlying Expo packages.
Expo SDK 51 requires Medplum 3.1.5+
Expo SDK 50 and lower can be used with any Medplum 3.1.4-
Also, consider running
npx expo install --check
to make sure expo agrees with depscodejenn
05/24/2024, 4:28 PMcodejenn
05/24/2024, 4:29 PMcodejenn
05/24/2024, 5:08 PMcodejenn
05/24/2024, 5:10 PMcody
05/24/2024, 7:23 PMexchangeExternalAccessToken - Not a valid base64 encoded string length ?codejenn
05/24/2024, 8:48 PMcodejenn
05/24/2024, 8:49 PMrahul1
05/31/2024, 7:56 PM