Hi @dave-zeller,
Welcome to the Auth0 Community!
Yes, there was a recent update 2 weeks ago in our React Native SDK to v4.5.0, which the A0Auth0.podspec
file has updated the Auth0, JWTDecode, and SimpleKeychain dependencies. You can see the list of changes here.
The Podfile.lock
file was also updated to use the A0Auth0 4.4.0, Auth0 2.10, JWTDecode 3.2.0, and SimpleKeychain 1.2.0 pods.
I see that the react-native-sample app (00-Login
folder) still references older versions of those dependencies, which might relate to the error you experienced, and require you to update the list of pods. Once the pod dependencies are updated, this error should be resolved.
Thanks,
Rueben