kegaretail / react-native-rabbitmq

29 stars 56 forks source link

Change Readme for iOS install #15

Open hmunoz opened 5 years ago

hmunoz commented 5 years ago

new version rabbit AMQP for ObjectC https://github.com/rabbitmq/rabbitmq-objc-client.git now It is not necessary change this fixes: @import JKVValue; to

import "JKVValue.h"

import <JKVValue/JKVValueImpl.h>

import <JKVValue/JKVMutableValue.h>

import <JKVValue/JKVObjectPrinter.h>

import <JKVValue/JKVFactory.h>

to

import "JKVValueImpl.h"

import "JKVMutableValue.h"

import "JKVObjectPrinter.h"

import "JKVFactory.h"

@import CocoaAsyncSocket; to

import "GCDAsyncSocket.h"