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

Commit

Permalink
Fixed JS file so that it will be included by ReactNative
Browse files Browse the repository at this point in the history
  • Loading branch information
Artem Yarulin authored and Artem Yarulin committed Apr 26, 2015
1 parent 8f65aef commit c4ddd2c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
"type" : "git",
"url" : "https://github.com/artemyarulin/react-native-eval"
},
"version": "0.0.2",
"version": "0.0.3",
"description": "Call any JS functions from your native code",
"main": "react-native-eval/RNMEvaluator.js",
"author": "Artem Yarulin <[email protected]>",
Expand Down
5 changes: 5 additions & 0 deletions react-native-eval/RNMEvaluator.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
/**
*
* @providesModule RNMEvaluator
* @flow
*/
'use strict';

var DeviceEventEmitter = require('RCTDeviceEventEmitter'),
Expand Down
2 changes: 0 additions & 2 deletions react-native-eval/react-native-eval.xcodeproj/project.pbxproj
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@

/* Begin PBXFileReference section */
9689ED5D1AECD6710031F25C /* RNMEvaluator.h */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.h; path = RNMEvaluator.h; sourceTree = "<group>"; };
9689ED5E1AECD6710031F25C /* RNMEvaluator.js */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.javascript; path = RNMEvaluator.js; sourceTree = "<group>"; };
9689ED5F1AECD6710031F25C /* RNMEvaluator.m */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.c.objc; path = RNMEvaluator.m; sourceTree = "<group>"; };
9689EDFB1AECE5470031F25C /* libreact-native-eval.a */ = {isa = PBXFileReference; explicitFileType = archive.ar; includeInIndex = 0; path = "libreact-native-eval.a"; sourceTree = BUILT_PRODUCTS_DIR; };
/* End PBXFileReference section */
Expand All @@ -44,7 +43,6 @@
isa = PBXGroup;
children = (
9689ED5D1AECD6710031F25C /* RNMEvaluator.h */,
9689ED5E1AECD6710031F25C /* RNMEvaluator.js */,
9689ED5F1AECD6710031F25C /* RNMEvaluator.m */,
9689EDFC1AECE5470031F25C /* Products */,
);
Expand Down

0 comments on commit c4ddd2c

Please sign in to comment.