From 9118fee0d3dcf92d764cdfa474e689336fbbd8b8 Mon Sep 17 00:00:00 2001
From: Travis CI
All the libraries we sh
the root of the repository. Some of them are pure JavaScript, and you only need
to require it. Other libraries also rely on some native code, in that case
you'll have to add these files to your app, otherwise the app will throw an
-error as soon as you try to use the library.
"rnpm" is a community project that allows linking of native dependencies automatically:
Install rnpm:
Note: rnpm requires node version 4.1 or higher
Install a library with native dependencies:
Note: --save or --save-dev flag is very important for this step. rnpm will link
+error as soon as you try to use the library.
"rnpm" is a community project that allows linking of native dependencies automatically:
Install rnpm:
Note: rnpm requires node version 4.1 or higher
Install a library with native dependencies:
Note: --save or --save-dev flag is very important for this step. rnpm will link
your libs based on dependencies and devDependencies in your package.json file.
Link your native dependencies:
Done! All libraries with a native dependencies should be successfully linked to your iOS/Android project.
If the library has native code, there must be a .xcodeproj file inside it's
folder.
Drag this file to your project on Xcode (usually under the Libraries group