Skip to content
This repository was archived by the owner on Jan 12, 2018. It is now read-only.

mrtnzlml-archive/react-native-app-connected

Repository files navigation

Install dependencies:

yarn install
pod install

Start Metro Bundler:

yarn react-native start

Open xcworkspace, build and run...

TODO:

Example of JS app:

import React from 'react';
import { AppRegistry } from 'react-native';

import SingleHotel from './app/hotels/src/SingleHotel';
// import { SingleHotel } from '@kiwicom/react-native-app-hotels';

class SingleHotelWrapper extends React.Component {
  render = () => <SingleHotel />;
}

// FIXME: Expo currently doesn't work in iOS!
AppRegistry.registerComponent('hotels', () => SingleHotelWrapper);

Known issues

RCTReconnectingWebSocket.m:14:9: 'fishhook/fishhook.h' file not found

Please replace this:

#import <fishhook/fishhook.h>

with this:

#import "fishhook.h"

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published