diff --git a/docs/native-components-ios.md b/docs/native-components-ios.md index d83b8c23c61..db49f101af2 100644 --- a/docs/native-components-ios.md +++ b/docs/native-components-ios.md @@ -274,7 +274,7 @@ Until now we've only returned a `MKMapView` instance from our manager's `-(UIVie Note that all `RCTBubblingEventBlock` must be prefixed with `on`. Next, declare an event handler property on `RNTMapManager`, make it a delegate for all the views it exposes, and forward events to JS by calling the event handler block from the native view. -```objectivec +```objectivec {9,17,31-48} // RNTMapManager.m #import diff --git a/website/src/css/customTheme.css b/website/src/css/customTheme.css index 0c77c8585f3..072a1ed94d7 100644 --- a/website/src/css/customTheme.css +++ b/website/src/css/customTheme.css @@ -123,6 +123,10 @@ html[data-theme="dark"] article .badge { color: var(--ifm-font-color-base); } +.docusaurus-highlight-code-line { + background-color: var(--light); +} + /* Navbar overrides */ .navbar--dark { diff --git a/website/versioned_docs/version-0.60/native-components-ios.md b/website/versioned_docs/version-0.60/native-components-ios.md index 771f1b6ebb0..ab101c06813 100644 --- a/website/versioned_docs/version-0.60/native-components-ios.md +++ b/website/versioned_docs/version-0.60/native-components-ios.md @@ -274,7 +274,7 @@ Until now we've only returned a `MKMapView` instance from our manager's `-(UIVie Note that all `RCTBubblingEventBlock` must be prefixed with `on`. Next, declare an event handler property on `RNTMapManager`, make it a delegate for all the views it exposes, and forward events to JS by calling the event handler block from the native view. -```objectivec +```objectivec {9,17,31-48} // RNTMapManager.m #import diff --git a/website/versioned_docs/version-0.61/native-components-ios.md b/website/versioned_docs/version-0.61/native-components-ios.md index a6f52033baf..f870fcc5f33 100644 --- a/website/versioned_docs/version-0.61/native-components-ios.md +++ b/website/versioned_docs/version-0.61/native-components-ios.md @@ -274,7 +274,7 @@ Until now we've only returned a `MKMapView` instance from our manager's `-(UIVie Note that all `RCTBubblingEventBlock` must be prefixed with `on`. Next, declare an event handler property on `RNTMapManager`, make it a delegate for all the views it exposes, and forward events to JS by calling the event handler block from the native view. -```objectivec +```objectivec {9,17,31-48} // RNTMapManager.m #import diff --git a/website/versioned_docs/version-0.62/native-components-ios.md b/website/versioned_docs/version-0.62/native-components-ios.md index d83b8c23c61..db49f101af2 100644 --- a/website/versioned_docs/version-0.62/native-components-ios.md +++ b/website/versioned_docs/version-0.62/native-components-ios.md @@ -274,7 +274,7 @@ Until now we've only returned a `MKMapView` instance from our manager's `-(UIVie Note that all `RCTBubblingEventBlock` must be prefixed with `on`. Next, declare an event handler property on `RNTMapManager`, make it a delegate for all the views it exposes, and forward events to JS by calling the event handler block from the native view. -```objectivec +```objectivec {9,17,31-48} // RNTMapManager.m #import diff --git a/website/versioned_docs/version-0.63/native-components-ios.md b/website/versioned_docs/version-0.63/native-components-ios.md index d83b8c23c61..db49f101af2 100644 --- a/website/versioned_docs/version-0.63/native-components-ios.md +++ b/website/versioned_docs/version-0.63/native-components-ios.md @@ -274,7 +274,7 @@ Until now we've only returned a `MKMapView` instance from our manager's `-(UIVie Note that all `RCTBubblingEventBlock` must be prefixed with `on`. Next, declare an event handler property on `RNTMapManager`, make it a delegate for all the views it exposes, and forward events to JS by calling the event handler block from the native view. -```objectivec +```objectivec {9,17,31-48} // RNTMapManager.m #import