Eni Sinanaj
Eni Sinanaj
You can close the issue. My bad. I'm not importing the right object. my import: `import aws3Client from 'react-native-aws3';` instead should be uses: `import { RNS3 } from 'react-native-aws3';`
I added the following in Podfile as a workaround for this issue. Still not sure why it happens. at the end of `node_modules/react-native-popover-menu/ios/Podfile` add: ``` post_install do |installer_representation| installer_representation.pods_project.targets.each do...
isn't this merged yet ?
Don't know. There was a suggested fix I found somewhere online but didn't work for me. In my case I just create an empty method with that signature just so...
I had to "unlock" the orientations as well
I too have the same problem! Wow open since May last year. Anyone found a solution?
> 2\. USE_FRAMEWORKS=static NO_FLIPPER=1 bundle exec pod install I have the exact same issue. I upgraded from 0.69 to 0.71 and I'm continuously having this issue for iOS. Android works...
Same error with his change as well unfortunately.
i will try to do that. But generally a new project with the same rn version 0.71 worked fine when i tried some weeks ago.
Hi, I cannot reproduce it with the repo or a new project. After adding all my dependencies it just builds and runs. I checked and double-checked all search paths, deintegrated...