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
I updated my project to use the new react-native architecture and upgraded the Expo SDK.
It seems like it is not working anymore with the ssl-public-key-pinning library (1.2.4). I think the issue is with Expo as I could run the application with the development build.
Here's the error: Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'SslPublicKeyPinning' could not be found. Verify that a module by this name is registered in the native binary.
Hi,
I updated my project to use the new react-native architecture and upgraded the Expo SDK.
It seems like it is not working anymore with the ssl-public-key-pinning library (1.2.4). I think the issue is with Expo as I could run the application with the development build.
Here's the error:
Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'SslPublicKeyPinning' could not be found. Verify that a module by this name is registered in the native binary.
expo ^52.0.17
RN 0.76.5
react-native-ssl-public-key-pinning: ^1.2.4
The text was updated successfully, but these errors were encountered: