Explicit information to help in linking
Summary: It's very confusing that this modules doesn't work like most others. I believe it would be beneficial to state that upfront. When you know that you *have* to link the CameraRoll library then the resources help you know how to link are pretty straightforward. Closes https://github.com/facebook/react-native/pull/9708 Differential Revision: D3809715 fbshipit-source-id: b100874426146d38251c52fde29502e4dda74d40
This commit is contained in:
parent
9d8728ac03
commit
2eda6deafd
|
@ -110,6 +110,8 @@ var getPhotosReturnChecker = createStrictShapeTypeChecker({
|
|||
|
||||
/**
|
||||
* `CameraRoll` provides access to the local camera roll / gallery.
|
||||
* Before using this you must link the `RCTCameraRoll` library.
|
||||
* You can refer to (Linking)[https://facebook.github.io/react-native/docs/linking-libraries-ios.html] for help.
|
||||
*/
|
||||
class CameraRoll {
|
||||
|
||||
|
|
Loading…
Reference in New Issue