Getting the following error?
Use of '@import' when C++ modules are disabled, consider using -fmodules and -fcxx-modules
Instead of #import <RNShake.h>
, try using #import <Shake/Shake.h>
for importing the Shake.
Can't import modules via @import Shake; ?