Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix iOS build "ImagePickerManager.h:32:43: No type or protocol named 'RNImagePickerSpec'" #2272

Closed
wants to merge 1 commit into from

Conversation

retyui
Copy link

@retyui retyui commented Feb 10, 2024

Thanks for submitting a PR! Please read these instructions carefully:

  • Explain the motivation for making this change.
  • Provide a test plan demonstrating that the code is solid.
  • Match the code formatting of the rest of the codebase.
  • Target the main branch, NOT a "stable" branch.

Motivation (required)

I can't build RN app with NEW_ARCH enabled

Test Plan (required)

npx react-native init Rn73
cd Rn73
yarn add react-native-image-picker
NO_FLIPPER=1 RCT_NEW_ARCH_ENABLED=1 npx pod-install
yarn ios
# ^^^ ImagePickerManager.h:32:43: No type or protocol named 'RNImagePickerSpec'

@retyui
Copy link
Author

retyui commented Feb 29, 2024

cc @Johan-dutoit

@gabrieldonadel
Copy link
Contributor

Fixed here #2252

@retyui retyui closed this Mar 13, 2024
@retyui retyui deleted the patch-1 branch March 13, 2024 15:08
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants