diff --git a/Libraries/Linking/Linking.js b/Libraries/Linking/Linking.js index 6c8c690e7..033a849ae 100644 --- a/Libraries/Linking/Linking.js +++ b/Libraries/Linking/Linking.js @@ -82,7 +82,7 @@ const LinkingManager = Platform.OS === 'android' ? * return [RCTLinkingManager application:application openURL:url options:options]; * } * ``` - * + * * If you're targeting iOS 8.x or older, you can use the following code instead: * * ```