Fix path to react-native within node_modules so project can be linked
This commit is contained in:
parent
ea7a7bbcf7
commit
ff2575461c
@ -205,7 +205,7 @@
|
||||
HEADER_SEARCH_PATHS = (
|
||||
"$(inherited)",
|
||||
/Applications/Xcode.app/Contents/Developer/Toolchains/XcodeDefault.xctoolchain/usr/include,
|
||||
"$(SRCROOT)/node_modules/react-native/React/**",
|
||||
"$(SRCROOT)/../react-native/React/**",
|
||||
);
|
||||
LIBRARY_SEARCH_PATHS = "$(inherited)";
|
||||
OTHER_LDFLAGS = "-ObjC";
|
||||
|
@ -1,11 +1,8 @@
|
||||
{
|
||||
"name": "react-native-video",
|
||||
"version": "0.1.0",
|
||||
"version": "0.1.1",
|
||||
"description": "A <Video> element for react-native",
|
||||
"main": "Video.ios.js",
|
||||
"scripts": {
|
||||
"test": "echo \"Error: no test specified\" && exit 1"
|
||||
},
|
||||
"author": "Brent Vatne <brentvatne@gmail.com> (https://github.com/brentvatne)",
|
||||
"dependencies": {
|
||||
"react-native": "^0.3.1"
|
||||
|
Loading…
Reference in New Issue
Block a user