Swift: No such module react_native_orientation_locker
In Swift the import used to work, but now I'm getting No such module react_native_orientation_locker error. In pod install output auto-linking React Native modules for target 'XXX' includes react-native-orientation-locker.
import react_native_orientation_locker
Still getting this
Adding use_frameworks! to the podfile helps, but with RN 0.64 i had to remove it again because no include files could be found. Now No such module react_native_orientation_locker is back and is the only pod giving this error. I wonder how this pod differs from all others?
Hey @tapz I'm kind of in the same situation you described. Did you find a solution ? Thanks a lot 👍