Fix path to react-native within node_modules so project can be linked

This commit is contained in:
Brent Vatne 2015-03-30 22:16:30 -07:00
parent ea7a7bbcf7
commit ff2575461c
2 changed files with 2 additions and 5 deletions

View File

@ -205,7 +205,7 @@
HEADER_SEARCH_PATHS = ( HEADER_SEARCH_PATHS = (
"$(inherited)", "$(inherited)",
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include, /Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
"$(SRCROOT)/node_modules/react-native/React/**", "$(SRCROOT)/../react-native/React/**",
); );
LIBRARY_SEARCH_PATHS = "$(inherited)"; LIBRARY_SEARCH_PATHS = "$(inherited)";
OTHER_LDFLAGS = "-ObjC"; OTHER_LDFLAGS = "-ObjC";

View File

@ -1,11 +1,8 @@
{ {
"name": "react-native-video", "name": "react-native-video",
"version": "0.1.0", "version": "0.1.1",
"description": "A <Video> element for react-native", "description": "A <Video> element for react-native",
"main": "Video.ios.js", "main": "Video.ios.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
},
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)", "author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
"dependencies": { "dependencies": {
"react-native": "^0.3.1" "react-native": "^0.3.1"