Kevin Fernandes
Kevin Fernandes
Same issue here. Not sure how to get this working properly inside of a scrollview.
> I noticed I will always have this error when doing a release build on a simulator but won't hit this error when building on an actual device. > >...
This is a known issue. Make the two changes here in the node_modules/react-native-star-io10 folder: https://github.com/star-micronics/react-native-star-io10/pull/56/files
Same issue here and with somebody else as well. It's driving me nuts. I haven't tried yet, but does manually adding the files to the project correct the problem? Give...
The most frustrating part is this was working perfectly for me a few weeks ago. I don't get it.
Alright, so manually adding the files to the project and importing them into my *-Prefix.pch file corrected the problem. #import "PFObject+NSCoding.h" #import "PFGeoPoint+NSCoding.h" #import "PFFile+NSCoding.h" #import "PFACL+NSCoding.h"