Skip to content
This repository has been archived by the owner on Aug 6, 2023. It is now read-only.

Commit

Permalink
lib/react-native/react-native-eval: Drop Cocoapod and make sure `reac…
Browse files Browse the repository at this point in the history
…t-native link` can be used for installation
  • Loading branch information
Artem Yarulin committed Aug 15, 2016
1 parent 1b736b4 commit adcc395
Show file tree
Hide file tree
Showing 15 changed files with 74 additions and 51,246 deletions.
9 changes: 4 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,18 +2,17 @@

React has a good [tutorial](http://facebook.github.io/react-native/docs/embedded-app-ios.html#content) how to integrate React View to already existing application, but it doesn't provide a good way if you decided to migrate some of your business logic to JS first while maintaining the same UI.

## Installation
## Automatic installation

* `npm init`. Initialize npm
* `npm install --save react-native-eval`. Install react-native-eavl
* `npm install react-native-eval && react-native link react-native-eval`

### `iOS`
### Manual installation `iOS`

* `pod init`. Initialize [CocoaPods](https://cocoapods.org/).
* Add following line to Podfile: `pod 'react-native-eval',:path => 'node_modules/react-native-eval/ios'`
* `pod install`. Update the project.

### `Android`
### Manual installation `Android`

* `android/settings.gradle`

Expand Down
8 changes: 0 additions & 8 deletions ios/Podfile

This file was deleted.

16 changes: 0 additions & 16 deletions ios/Podfile.lock

This file was deleted.

15 changes: 0 additions & 15 deletions ios/react-native-eval.podspec

This file was deleted.

428 changes: 67 additions & 361 deletions ios/react-native-eval.xcodeproj/project.pbxproj

Large diffs are not rendered by default.

10 changes: 0 additions & 10 deletions ios/react-native-eval.xcworkspace/contents.xcworkspacedata

This file was deleted.

9 changes: 0 additions & 9 deletions ios/react-native-eval/AppDelegate.h

This file was deleted.

13 changes: 0 additions & 13 deletions ios/react-native-eval/AppDelegate.m

This file was deleted.

43 changes: 0 additions & 43 deletions ios/react-native-eval/Info.plist

This file was deleted.

4 changes: 0 additions & 4 deletions ios/react-native-eval/index.ios.js

This file was deleted.

Loading

0 comments on commit adcc395

Please sign in to comment.