Closed iyadhuk closed 8 months ago
Hello @iyadhuk,
Thanks for pointing out the issue with the Clarity package version 2.2.0
for react-native-clarity
project. To address this, you might try using a stable version temporarily in your build.gradle
in
Path: /node_modules/react-native-clarity/android/build.gradle file
implementation "com.microsoft.clarity:clarity:<stable-version>"
Replace <stable-version>
with a known stable version.
Sorry for this issue, please upgrade to 2.2.1
.
Getting build failures with below log
I have added the below code in index file.
import { LogLevel, initialize } from 'react-native-clarity';
const clarityConfig = { logLevel: LogLevel.Verbose, allowMeteredNetworkUsage: true };
initialize("**",clarityConfig); //removed project id
Not sure what to do here, any suggestions or responses would be great.