Update file for Markdown link syntax
Summary: Reference: https://daringfireball.net/projects/markdown/syntax#link Closes https://github.com/facebook/react-native/pull/10416 Differential Revision: D4028353 fbshipit-source-id: 22f396fd0f3942a8429128f2b60341da1d96183c
This commit is contained in:
parent
0fb8f8cb8e
commit
1aafd372e2
|
@ -111,7 +111,7 @@ 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.
|
||||
* 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