Commit 1506f345b0c917b28047ec6e5b8b8dc81790ad98

akamittal 2021-01-02T18:29:08

Website: Added React native tutorial (#2683)

1
2
3
4
5
6
7
8
9
10
11
12
diff --git a/index.html b/index.html
index 7fe6321..46a4269 100644
--- a/index.html
+++ b/index.html
@@ -287,6 +287,7 @@ const html = Prism.highlight(code, Prism.languages.haml, 'haml');</code></pre>
 		<li><a href="https://mkaz.blog/wordpress/code-syntax-highlighting-in-gutenberg/">Code syntax highlighting in Gutenberg, WordPress block editor</a></li>
 		<li><a href="https://karlkaufmann.com/writing/technotes/code-highlighting-prism-drupal">Code Highlighting with Prism.js in Drupal</a></li>
 		<li><a href="https://pathof.dev/blog/code-highlighting-in-react-using-prismjs">Code highlighting in React using Prism.js</a></li>
+		<li><a href="https://www.akashmittal.com/react-native-prismjs-using-webview/">Using Prism.js in React Native</a></li>
 	</ul>
 
 	<p>Please note that the tutorials listed here are not verified to contain correct information. Read at your risk and always check the official documentation here if something doesn’t work :)</p>