skip to Main Content

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

React native – iOS build failed using Expo EAS build. How can i fix issues with <PBXResourcesBuildPhase UUID=…> and pods not being defining modules?

I'm encountering build errors with Expo's EAS Build service. Some of my Swift pods, including FirebaseCoreInternal, FirebaseCrashlytics, FirebaseFirestore, FirebaseSessions, and FirebaseStorage, are not defining modules, which is causing the build to fail. The error messages suggest setting use_modular_headers! in my…

VIEW QUESTION
Back To Top
Search