react-native-rabbitmq

I am getting this error while using react-native-rabbitmq

undefined is not an object (evaluating ‘this.rabbitmqconnection.initialize’)

Any idea about ?

After some search I found out the reason. Because of Expo does not support using native modules, any third-party library that uses native modules get error in Expo project. In order to solve this problem you should eject or detach your Expo project.