Error of react-moralis in ReactNative 0.66.3?

Hello, I added moralis and reac-moralis in new ReactNative project.
I am getting this error.

TypeError: undefined is not an object (evaluating '_$$_REQUIRE(_dependencyMap[0], "../../../react-native/Libraries/vendor/emitter/EventEmitter")

I have checked this boilerplate, it is working fine, but it is using old react-native version.
https://github.com/ethereum-boilerplate/ethereum-react-native-boilerplate.

Thanks

Same issue.
Did you find a solution?

The react-native version is just a few generations behind. So, we aren’t missing out on so much. The boilerplate will be kept updated but it may take a lot of other changes in dependencies.

I would suggest you delete the yarn.lock file and also the pods folder and install your npm projects again. Also make sure to follow the instructions in the readme file.

You are right but i’m already using a React Native version and i need to develop on it.

I created a issue