this code bloack to my code iam getting the below error :
ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RTNGiphySDKModule' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes
Hi @vishwak5599
Could you please provide more details, like React Native & GIPHY RN SDK versions and whether the new or old arch is used? It would be ideal if you could share a minimal reproducer repo.
If i add import { GiphySDK } from '@giphy/react-native-sdk'
GiphySDK.configure({ apiKey: '*****', // Android SDK key })
this code bloack to my code iam getting the below error :
ERROR Invariant Violation: TurboModuleRegistry.getEnforcing(...): 'RTNGiphySDKModule' could not be found. Verify that a module by this name is registered in the native binary., js engine: hermes
Please help!!