package.json
...
"dependencies": {
"@react-native-mapbox-gl/maps": "^7.0.10",
"lz-string": "^1.4.4",
"react": "16.9.0",
"react-native": "0.61.5",
"react-native-easy-toast": "^1.2.0",
"react-native-rabbitmq": "^0.6.7"
},
...
npm install react-native-rabbitmq --save
cd ./ios
change in the Podfile line 1: platform :ios, '9.0' to platform :ios, '10.0'
pod install
then I opened Xcode and build project was failed, errors:
No visible @interface for 'RMQConnection' declares the selector 'initWithUri:channelMax:frameMax:heartbeat:connectTimeout:readTimeout:writeTimeout:syncTimeout:delegate:delegateQueue:'
what should I do ?
