Federico Valles
Federico Valles
Hi everyone! I faced this issue a few weeks ago. In my case, the error was produced by a missing property in a mocked object used by a test. E.g.:...
> +1 open files ./node_modules/react-native-snap-carousel/src/carousel/Carousel.js ./node_modules/react-native-snap-carousel/src/Pagination/Pagination.js ./node_modules/react-native-snap-carousel/src/Pagination/PaginationDot.js ./node_modules/react-native-snap-carousel/src/ParallaxImage/ParallaxImage.js > > edit > > ``` > import { ... ,ViewPropTypes } from 'react-native'; > ``` > > to > > ```...
I thought nobody was going to answer... Not yet man. My workaround was starting using my iPhone for building and testing the iOS app. Do you have any idea of...
> @fvalles Were you able to fix the error? nope :(. I am debugging with my physical iOS device for the moment and didn't give this a try again to...
mm I haven't that dependency and it's working perfectly on my iOS physical device but not in the simulator 😞
> For me adding the scheme and the configuration into the build arguments fixed the issue. i.e in `package.json`: > > ```json > "ios": "react-native run-ios --scheme 'App Dev' --configuration...
> @fvalles Please check pod install properly or not. Tried pod install as described in the description of this issue and it didn't work