ReactNativeSampleApp
ReactNativeSampleApp copied to clipboard
Example app in React Native: sort of like twitter/tumblr
on Mac OSX, `npm install` run succesfully, but when I run `npm start` I get the following: ``` ERROR EMFILE: too many open files, watch {"errno":-24,"syscall":"watch","code":"EMFILE","filename":null} Error: EMFILE: too many...
While compiling the code from Xcode it is giving an error like this 
I get these errors when I try to run `npm install`. I'm not terribly familiar with the node environment, hoping someone can give me some pointers? ``` npm WARN deprecated...
The following build commands failed: CompileC /Users/user/Documents/ReactNativeApps/SampleApp/ios/build/Build/Intermediates.noindex/RCTNetwork.build/Debug-iphonesimulator/RCTNetwork.build/Objects-normal/x86_64/RCTNetworkTask.o RCTNetworkTask.m normal x86_64 objective-c com.apple.compilers.llvm.clang.1_0.compiler (1 failure) Installing build/Build/Products/Debug-iphonesimulator/Sample.app An error was encountered processing the command (domain=NSPOSIXErrorDomain, code=2): Failed to install the requested...
got error messages like this > [email protected] start E:\React Native Testing\ReactNativeSampleApp\server > node --harmony server.js module.js:557 throw err; ^ Error: Cannot find module 'koa-passport' at Function.Module._resolveFilename (module.js:555:15) at Function.Module._load (module.js:482:25)...
This used to work like a charm. Not anymore though: `react-native run-ios` returns: ``` Scanning 557 folders for symlinks in /home/michal/WebstormProjects/ReactNativeSampleApp/sampleapp/node_modules (2ms) Found Xcode project sampleapp.xcodeproj spawnSync xcrun ENOENT ```
I couldn't even run the app, here is what I got on `npm install` ``` MacBook-Air:ReactNativeSampleApp-master Arbor$ npm install > [email protected] install /Users/Arbor/Desktop/ReactNativeSampleApp-master/node_modules/appium/node_modules/bufferutil > node-gyp rebuild CXX(target) Release/obj.target/bufferutil/src/bufferutil.o In file...
Thanks for this great sample app! I was able to run it with Xcode 7, but when I switch to Xcode 8, I experienced the following errors. Has any one...