skip to Main Content

Reactjs – How to fix Duplicate class com.google.firebase.Timestamp

FAILURE: Build failed with an exception. What went wrong: Execution failed for task ':app:checkReleaseDuplicateClasses'. Duplicate class com.google.firebase.Timestamp found in modules jetified-firebase-common-21.0.0-runtime (com.google.firebase:firebase-common:21.0.0) and jetified-firebase-firestore-24.0.0-runtime (com.google.firebase:firebase-firestore:24.0.0) Duplicate class com.google.firebase.Timestamp found in modules jetified-firebase-common-21.0.0-runtime (com.google.firebase:firebase-common:21.0.0) and Duplicate class com.google.firebase.Timestamp found in modules…

VIEW QUESTION

React native – PhaseScriptExecution [CP-User] Config codegen 'react-native-config

I upgraded React Native from 0.70.7 to 0.74, but I am getting the following error. ** BUILD FAILED ** The following build commands failed: PhaseScriptExecution [CP-User] Config codegen /Users/hakanuysal/Library/Developer/Xcode/DerivedData/myProject-dzmuzwuniukjeedngibspubvfwbd/Build/Intermediates.noindex/Pods.build/Debug-iphonesimulator/react-native-config.build/Script-46EB2E00042F70.sh (in target 'react-native-config' from project 'Pods') (1 failure) error Command failed…

VIEW QUESTION

React Native's TouchableOpacity not taking styles by className

I'm making a custom Button component with React Native & Nativewind. But the styling doesn't work when className is applied to TouchableOpacity. Component: import {TouchableOpacity} from "react-native"; <TouchableOpacity className="border border-red" {...rest}> <View className={cn(base(), className)}> {IconLeft && <IconLeft color={icon()} />} <Text…

VIEW QUESTION
Back To Top
Search