{"id":1811,"date":"2017-08-30T23:35:34","date_gmt":"2017-08-30T18:05:34","guid":{"rendered":"https:\/\/codingislove.com\/?p=1811"},"modified":"2018-12-17T21:37:42","modified_gmt":"2018-12-17T16:07:42","slug":"top-15-react-native-libraries","status":"publish","type":"post","link":"https:\/\/codingislove.com\/top-15-react-native-libraries\/","title":{"rendered":"Top 15 React Native libraries that I use in my apps"},"content":{"rendered":"<p>This list of React native libraries is not curated randomly from the Internet. These are the libraries that I use personally in my apps. There may be alternatives for these libraries but I chose these after a good amount of research and trying them out in my apps.<!--more--><\/p>\n<p>I&#8217;m also giving some live practical examples of how I use these libraries. So here&#8217;s the list of top React Native libraries<\/p>\n<h3><a href=\"https:\/\/github.com\/oblador\/react-native-animatable\" target=\"_blank\" rel=\"nofollow\">15. React Native Animatable<\/a><\/h3>\n<p><img decoding=\"async\" class=\"myborder center-block\" src=\"https:\/\/cloud.githubusercontent.com\/assets\/378279\/10590300\/ef36dfe2-767d-11e5-932b-1cccce78087b.gif\" alt=\"react native transition\"><\/p>\n<p>This library is really good for quickly adding simple animations and transitions to your React Native app. This library can be used in 2 ways &#8211; Declarative and Imperative.<\/p>\n<p>Declarative usage &#8211; Simply mention the name of one of the pre-built animations and that animation will be applied as soon as that element loads. Ex: Heading should slide in from left when a page is opened.<\/p>\n<p>Imperative usage &#8211; If you want to play animation manually then this method works great. Ex: wobble a heart icon when someone likes a post.<\/p>\n<p>You can also define your own animations! For complex animations, I prefer to use React Native&#8217;s Animated API from scratch.<\/p>\n<h4>Practical example<\/h4>\n<p>Check the gif below. Profile page with simple transitions &#8211; Profile Image has a zoom in animation, Profile details slide-in left with a delay. Finally, like icon has a small wobble animation when someone likes a post.<\/p>\n<p><img decoding=\"async\" class=\"myborder center-block\" style=\"max-height:450px;border-radius:none\" src=\"https:\/\/i.imgur.com\/2OL46Rj.gif\" alt=\"React native animations\"><\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/zo0r\/react-native-push-notification\" target=\"_blank\" rel=\"nofollow\">14. React Native Push Notification<\/a><\/h3>\n<p>This library has very good support for Local push notifications. It has features like schedule notification, repeat notification based on day, week, time etc which are not available in other libraries.<\/p>\n<p>If your app has an offline-first approach and needs push notifications then this library is the way to go! I&#8217;m using this library in my 4cards App &#8211; <a href=\"https:\/\/www.4cards.in\" target=\"_blank\" rel=\"external nofollow\">https:\/\/www.4cards.in<\/a><\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/evollu\/react-native-fcm\" target=\"_blank\" rel=\"nofollow\">13. React Native FCM<\/a><\/h3>\n<p>If your app needs remote notifications sent from the server using GCM or FCM then this library is the one! FCM is nothing but the newest version of GCM.<\/p>\n<p>This library also has support for local notifications with scheduling and recurring support. So if you need both remote and local notifications then go for React-native-fcm<\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/obipawan\/react-native-hyperlink\" target=\"_blank\" rel=\"nofollow\">12. React Native Hyperlink<\/a><\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/camo.githubusercontent.com\/abea3c1c64ff3214c2e1cec3c04dab593d46fbe1\/68747470733a2f2f63646e2e7261776769742e636f6d2f6f6269706177616e2f68797065726c696e6b2f6d61737465722f61737365742f73637265656e2e676966\" class=\"myborder center-block\" style=\"max-height:450px\"><\/p>\n<p>A simple Hyperlink component for react-native that makes URLs, fuzzy links, emails etc clickable. It also has support for styling the links. Just pass a Text Component as a child to Hyperlink component and the library takes care of everything.<\/p>\n<h4>Practical example<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/W2NqFD7.png\" class=\"myborder center-block\" style=\"max-height:450px\"><\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/zmxv\/react-native-sound\" target=\"_blank\" rel=\"nofollow\">11. React Native Sound<\/a><\/h3>\n<p>The one library you need to play sounds or music in your app. I use this library for playing app sounds and also playing recorded answers (It&#8217;s a Q n A app like Quora)<\/p>\n<h4>practical example<\/h4>\n<p>Here&#8217;s a demo video for React native app sounds<\/p>\n<p><iframe loading=\"lazy\" class=\"center-block myborder\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/DpE_8j-aq0I?rel=0&amp;controls=0\" frameborder=\"0\" allowfullscreen=\"\"><\/iframe><\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/joinspontaneous\/react-native-loading-spinner-overlay\" target=\"_blank\" rel=\"nofollow\">10. React Native loading spinner overlay<\/a><\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/camo.githubusercontent.com\/8d5f6085477bef4cfee5ea16effcb9dd92b84b47\/68747470733a2f2f63646e2e7261776769742e636f6d2f6e696674796c6574747563652f72656163742d6e61746976652d6c6f6164696e672d7370696e6e65722d6f7665726c61792f6d61737465722f6d656469612f64656d6f2e676966\" class=\"center-block myborder\" style=\"max-height:350px\"><\/p>\n<p>A Simple but very useful component.You can use this when you want to block user from taking any other action while something is being processed. This component does a good job by handling back button also in Android. Example: Submitting a post<\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/oblador\/react-native-progress\" target=\"_blank\" rel=\"nofollow\">9. React Native Progress<\/a><\/h3>\n<p>Showing progress of loading or any other action is important in an app. This library makes it easy to show progress by supporting 5 different components like Linear progress bar, circular, pie etc.<\/p>\n<h4>Practical example<\/h4>\n<p>Quiz timer implementation using React-native-progress<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/IpI2j5e.gif\" class=\"myborder center-block\" alt=\"react native progress indicator\" style=\"max-height:450px\"><\/p>\n<!-- \/112371330\/post-banner -->\r\n<div class=\"ad-wrapper\">\r\n<div id='div-gpt-ad-1595500140430-0' style='width: 250px; height: 250px;'>\r\n  <script>\r\n    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1595500140430-0'); });\r\n  <\/script>\r\n<\/div>\r\n<\/div>\n<h3><a href=\"https:\/\/github.com\/leecade\/react-native-swiper\" target=\"_blank\" rel=\"nofollow\">8. React Native Swiper<\/a><\/h3>\n<p>React Native swiper is very useful for implementing App intro, Image carousel, and Image Galleries.<\/p>\n<p>Here&#8217;s a demo video for React native swiper<\/p>\n<p><iframe loading=\"lazy\" class=\"center-block myborder\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/gAMQIkmnYoU?rel=0&amp;controls=0\" frameborder=\"0\" allowfullscreen=\"\"><\/iframe><\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/EstebanFuentealba\/react-native-share\" target=\"_blank\" rel=\"nofollow\">7. React Native Share<\/a><\/h3>\n<p>Share component with UI customizations. It also supports sharing files.<\/p>\n<h4>Practical example<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/HtR0sN9.gif\" class=\"myborder center-block\" alt=\"react native share\"><\/p>\n<h3><a href=\"https:\/\/github.com\/alwx\/react-native-photo-view\" target=\"_blank\" rel=\"nofollow\">6. React Native Photo View<\/a><\/h3>\n<p>An Image component with zoom support, onload callback, scale to fit &amp; scroll indicator support. This component has an issue with high-resolution images. Of course, It&#8217;s not a React native specific issue. Memory issues are common on android when there are high-resolution images.<\/p>\n<p>Demo for this component is React-Native-Swiper demo above.<\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/react-community\/react-native-image-picker\" target=\"_blank\" rel=\"nofollow\">5. React Native Image Picker<\/a><\/h3>\n<p>Another essential library for any app with Image upload or Image processing. It supports selecting from the gallery, Take a photo from the camera. Another useful feature in this library that I loved is the option to select the quality of the Image. This feature solves memory issues due to high-resolution images.<\/p>\n<p><img decoding=\"async\" src=\"https:\/\/github.com\/marcshilling\/react-native-image-picker\/raw\/master\/images\/android-image.png\" class=\"myborder center-block\" style=\"max-height:350px\"><\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/jasonmerino\/react-native-simple-store\" target=\"_blank\" rel=\"nofollow\">4. React Native Simple Store<\/a><\/h3>\n<p>This library is just a wrapper around React Native&#8217;s built-in <a href=\"https:\/\/facebook.github.io\/react-native\/docs\/asyncstorage.html\" target=\"_blank\">AsyncStorage API<\/a> but It is really useful because of its features like promises, chaining and super simple API.<\/p>\n<p>Bye bye callback hell \ud83d\ude00<\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/oblador\/react-native-vector-icons\" target=\"_blank\" rel=\"nofollow\">3. React Native Vector Icons<\/a><\/h3>\n<p>It&#8217;s the best Icon component. It comes bundled with 10 Icons sets, Icon-button components and also allows you to import custom Icon sets using glyph map, Fontello and TTF files.<\/p>\n<h4>Bundled Icon sets<\/h4>\n<ol>\n<li>Entypo by Daniel Bruce (411 icons)<\/li>\n<li>EvilIcons by Alexander Madyankin &amp; Roman Shamin (v1.8.0, 70 icons)<\/li>\n<li>FontAwesome by Dave Gandy (v4.7.0, 675 icons)<\/li>\n<li>Foundation by ZURB, Inc. (v3.0, 283 icons)<\/li>\n<li>Ionicons by Ben Sperry (v3.0.0, 859 icons)<\/li>\n<li>MaterialIcons by Google, Inc. (v3.0.1, 932 icons)<\/li>\n<li>MaterialCommunityIcons by MaterialDesignIcons.com (v2.0.46, 2046 icons)<\/li>\n<li>Octicons by Github, Inc. (v5.0.1, 176 icons)<\/li>\n<li>Zocial by Sam Collins (v1.0, 100 icons)<\/li>\n<li>SimpleLineIcons by Sabbir &amp; Contributors (v2.4.1, 189 icons)<\/li>\n<\/ol>\n<!-- \/112371330\/post-rectange -->\r\n<div class=\"ad-wrapper\">\r\n<div id='div-gpt-ad-1595415581471-0' style='width: 300px; height: 250px;'>\r\n  <script>\r\n    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1595415581471-0'); });\r\n  <\/script>\r\n<\/div>\r\n<\/div>\n<h3><a href=\"https:\/\/github.com\/maxs15\/react-native-modalbox\" target=\"_blank\" rel=\"nofollow\">2. React Native Modalbox<\/a><\/h3>\n<p>This Modal library is built upon the React Native&#8217;s Modal component but comes with many customizations and features. It just has all the feature you need to work with Modals in an app.<\/p>\n<h4>Practical example<\/h4>\n<p><img decoding=\"async\" src=\"https:\/\/i.imgur.com\/BVkX64c.gif\" class=\"myborder center-block\" alt=\"modal react native libraries\"><\/p>\n<hr>\n<h3><a href=\"https:\/\/github.com\/aksonov\/react-native-router-flux\" target=\"_blank\" rel=\"nofollow\">1. React Native Router Flux<\/a><\/h3>\n<p><img decoding=\"async\" src=\"https:\/\/user-images.githubusercontent.com\/3681859\/27937441-ef61d932-626b-11e7-885f-1db7dc74b32e.gif\" class=\"myborder center-block\" style=\"max-height:450px\"><\/p>\n<p>Navigation is one of the main concerns among React Native community because It doesn&#8217;t have a default navigation system. Whatever the navigation system that React Native comes up always has breaking changes or is unstable.<\/p>\n<p>This library helped me to implement navigation quickly with a very simple declarative API. It maintains a stack of routes and navigation to any scene from any scene in-app is as simple as calling a function.<\/p>\n<p>It supports tabbed navigation, drawer and Modals too. Modals can be defined as scenes so that a Modal can be called from any scene.<\/p>\n<p>You heard a lot about <a href=\"https:\/\/reactnavigation.org\/\" rel=\"nofollow noopener\" target=\"_blank\">React-Navigation<\/a> and wondering why I&#8217;m using React Native Router Flux? Don&#8217;t worry React Native Router flux v4 is based on React-Navigation and has even simpler API!<\/p>\n<p>Most of the app demos above use React-native-router-Flux for the navigation system.<\/p>\n<p>If you want to see it live then download our app Helpy built using React Native, available on both Android &amp; iOS. Helpy is a hyperlocal Q n A App. In simple words, It is a simplified and location based alternative to Quora.<\/p>\n<p><a href=\"https:\/\/goo.gl\/A4Hsdn\" target=\"_blank\">Download Helpy Android version here<\/a><\/p>\n<p><a href=\"https:\/\/goo.gl\/i73GdS\" target=\"_blank\">Download Helpy IOS version here<\/a><\/p>\n<hr>\n<h3>Wrapping up<\/h3>\n<p>If you use an awesome React Native library which is not in the above list then let me know in the comments below!<\/p>\n<h3>Other React Native articles<\/h3>\n<ul>\n<li><a href=\"https:\/\/codingislove.com\/react-native-blank-white-screen-issue-solved\/\" target=\"_blank\">React Native black white screen issue (solved)<\/a><\/li>\n<li><a href=\"https:\/\/codingislove.com\/react-native-border-radius-issue-ios-solved\/\" target=\"_blank\">React Native border radius issue in iOS<\/a><\/li>\n<\/ul>\n<iframe loading=\"lazy\" class=\"center-block\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/LdKtugH-sb8?rel=0&showinfo=0\" frameborder=\"0\" gesture=\"media\" allow=\"encrypted-media\" allowfullscreen><\/iframe>\r\n\r\n<iframe loading=\"lazy\" style=\"margin-top: 2rem;margin-bottom: 2rem\" class=\"center-block\" style=\"margin-top:20px\" width=\"560\" height=\"315\" src=\"https:\/\/www.youtube.com\/embed\/Xe7F6Hdss9k?rel=0&showinfo=0\" frameborder=\"0\" gesture=\"media\" allow=\"encrypted-media\" allowfullscreen><\/iframe>\r\n\n<!-- \/112371330\/after-post -->\r\n<div class=\"ad-wrapper\">\r\n<div id='div-gpt-ad-1595272670647-0' style='width: 750px; height: 100px;'>\r\n  <script>\r\n    googletag.cmd.push(function() { googletag.display('div-gpt-ad-1595272670647-0'); });\r\n  <\/script>\r\n<\/div>\r\n<\/div>\n<div style=\"margin-top: 15px; margin-bottom: 15px;\" class=\"sharethis-inline-share-buttons\" ><\/div>","protected":false},"excerpt":{"rendered":"<p>This list of React native libraries is not curated randomly from the Internet. These are the libraries that I use personally in my apps. There&hellip; <\/p>\n","protected":false},"author":1,"featured_media":2621,"comment_status":"open","ping_status":"open","sticky":false,"template":"","format":"standard","meta":{"_monsterinsights_skip_tracking":false,"_monsterinsights_sitenote_active":false,"_monsterinsights_sitenote_note":"","_monsterinsights_sitenote_category":0,"footnotes":"","jetpack_publicize_message":"","jetpack_publicize_feature_enabled":true,"jetpack_social_post_already_shared":true,"jetpack_social_options":{"image_generator_settings":{"template":"highway","default_image_id":0,"font":"","enabled":false},"version":2}},"categories":[26],"tags":[57,21,27,73],"class_list":["post-1811","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-dev-resources","tag-android","tag-android-development","tag-dev-resources","tag-react-native"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.0 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>Top 15 React Native libraries that I use in my apps - Coding is Love<\/title>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codingislove.com\/top-15-react-native-libraries\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"Top 15 React Native libraries that I use in my apps - Coding is Love\" \/>\n<meta property=\"og:description\" content=\"This list of React native libraries is not curated randomly from the Internet. These are the libraries that I use personally in my apps. There&hellip;\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codingislove.com\/top-15-react-native-libraries\/\" \/>\n<meta property=\"og:site_name\" content=\"Coding is Love\" \/>\n<meta property=\"article:publisher\" content=\"https:\/\/facebook.com\/codingislove\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/www.facebook.com\/ranjithkumar10\" \/>\n<meta property=\"article:published_time\" content=\"2017-08-30T18:05:34+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2018-12-17T16:07:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codingislove.com\/wp-content\/uploads\/2015\/12\/codinglovenew.png\" \/>\n\t<meta property=\"og:image:width\" content=\"300\" \/>\n\t<meta property=\"og:image:height\" content=\"225\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"Ranjith kumar\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:image\" content=\"https:\/\/i.imgur.com\/vXA6ZTn.jpg\" \/>\n<meta name=\"twitter:creator\" content=\"@codingislove\" \/>\n<meta name=\"twitter:site\" content=\"@codingislove\" \/>\n<meta name=\"twitter:label1\" content=\"Written by\" \/>\n\t<meta name=\"twitter:data1\" content=\"Ranjith kumar\" \/>\n\t<meta name=\"twitter:label2\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data2\" content=\"6 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\/\/schema.org\",\"@graph\":[{\"@type\":\"Article\",\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/#article\",\"isPartOf\":{\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/\"},\"author\":{\"name\":\"Ranjith kumar\",\"@id\":\"https:\/\/codingislove.com\/#\/schema\/person\/ecb142505163b016d59bfbe662af587e\"},\"headline\":\"Top 15 React Native libraries that I use in my apps\",\"datePublished\":\"2017-08-30T18:05:34+00:00\",\"dateModified\":\"2018-12-17T16:07:42+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/\"},\"wordCount\":1130,\"commentCount\":16,\"publisher\":{\"@id\":\"https:\/\/codingislove.com\/#organization\"},\"image\":{\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg\",\"keywords\":[\"android\",\"Android development\",\"Dev resources\",\"React Native\"],\"articleSection\":[\"Dev resources\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\/\/codingislove.com\/top-15-react-native-libraries\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/\",\"url\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/\",\"name\":\"Top 15 React Native libraries that I use in my apps - Coding is Love\",\"isPartOf\":{\"@id\":\"https:\/\/codingislove.com\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/#primaryimage\"},\"image\":{\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/#primaryimage\"},\"thumbnailUrl\":\"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg\",\"datePublished\":\"2017-08-30T18:05:34+00:00\",\"dateModified\":\"2018-12-17T16:07:42+00:00\",\"breadcrumb\":{\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\/\/codingislove.com\/top-15-react-native-libraries\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/#primaryimage\",\"url\":\"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg\",\"contentUrl\":\"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg\",\"width\":700,\"height\":400},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\/\/codingislove.com\/top-15-react-native-libraries\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Coding is Love\",\"item\":\"https:\/\/codingislove.com\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"Dev resources\",\"item\":\"https:\/\/codingislove.com\/category\/dev-resources\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"Top 15 React Native libraries that I use in my apps\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\/\/codingislove.com\/#website\",\"url\":\"https:\/\/codingislove.com\/\",\"name\":\"Coding is Love\",\"description\":\"\",\"publisher\":{\"@id\":\"https:\/\/codingislove.com\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\/\/codingislove.com\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\/\/codingislove.com\/#organization\",\"name\":\"Coding is Love\",\"url\":\"https:\/\/codingislove.com\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codingislove.com\/#\/schema\/logo\/image\/\",\"url\":\"https:\/\/codingislove.com\/wp-content\/uploads\/2015\/12\/codinglovenew.png\",\"contentUrl\":\"https:\/\/codingislove.com\/wp-content\/uploads\/2015\/12\/codinglovenew.png\",\"width\":300,\"height\":225,\"caption\":\"Coding is Love\"},\"image\":{\"@id\":\"https:\/\/codingislove.com\/#\/schema\/logo\/image\/\"},\"sameAs\":[\"https:\/\/facebook.com\/codingislove\/\",\"https:\/\/x.com\/codingislove\"]},{\"@type\":\"Person\",\"@id\":\"https:\/\/codingislove.com\/#\/schema\/person\/ecb142505163b016d59bfbe662af587e\",\"name\":\"Ranjith kumar\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\/\/codingislove.com\/#\/schema\/person\/image\/\",\"url\":\"https:\/\/secure.gravatar.com\/avatar\/f5486247269539c638227e6213187139cc7460eeb16d789fa757485f1d2b87f0?s=96&d=wavatar&r=g\",\"contentUrl\":\"https:\/\/secure.gravatar.com\/avatar\/f5486247269539c638227e6213187139cc7460eeb16d789fa757485f1d2b87f0?s=96&d=wavatar&r=g\",\"caption\":\"Ranjith kumar\"},\"description\":\"A CA- by education, self taught coder by passion, loves to explore new technologies and believes in learn by doing.\",\"sameAs\":[\"https:\/\/www.facebook.com\/ranjithkumar10\",\"https:\/\/www.instagram.com\/livin_on_d_edge\/\",\"https:\/\/www.linkedin.com\/in\/ranjithkumar10\",\"https:\/\/www.youtube.com\/c\/codingislove01\"],\"url\":\"https:\/\/codingislove.com\/author\/ranjithkumar10\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"Top 15 React Native libraries that I use in my apps - Coding is Love","robots":{"index":"index","follow":"follow","max-snippet":"max-snippet:-1","max-image-preview":"max-image-preview:large","max-video-preview":"max-video-preview:-1"},"canonical":"https:\/\/codingislove.com\/top-15-react-native-libraries\/","og_locale":"en_US","og_type":"article","og_title":"Top 15 React Native libraries that I use in my apps - Coding is Love","og_description":"This list of React native libraries is not curated randomly from the Internet. These are the libraries that I use personally in my apps. There&hellip;","og_url":"https:\/\/codingislove.com\/top-15-react-native-libraries\/","og_site_name":"Coding is Love","article_publisher":"https:\/\/facebook.com\/codingislove\/","article_author":"https:\/\/www.facebook.com\/ranjithkumar10","article_published_time":"2017-08-30T18:05:34+00:00","article_modified_time":"2018-12-17T16:07:42+00:00","og_image":[{"width":300,"height":225,"url":"https:\/\/codingislove.com\/wp-content\/uploads\/2015\/12\/codinglovenew.png","type":"image\/png"}],"author":"Ranjith kumar","twitter_card":"summary_large_image","twitter_image":"https:\/\/i.imgur.com\/vXA6ZTn.jpg","twitter_creator":"@codingislove","twitter_site":"@codingislove","twitter_misc":{"Written by":"Ranjith kumar","Est. reading time":"6 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"Article","@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/#article","isPartOf":{"@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/"},"author":{"name":"Ranjith kumar","@id":"https:\/\/codingislove.com\/#\/schema\/person\/ecb142505163b016d59bfbe662af587e"},"headline":"Top 15 React Native libraries that I use in my apps","datePublished":"2017-08-30T18:05:34+00:00","dateModified":"2018-12-17T16:07:42+00:00","mainEntityOfPage":{"@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/"},"wordCount":1130,"commentCount":16,"publisher":{"@id":"https:\/\/codingislove.com\/#organization"},"image":{"@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/#primaryimage"},"thumbnailUrl":"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg","keywords":["android","Android development","Dev resources","React Native"],"articleSection":["Dev resources"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codingislove.com\/top-15-react-native-libraries\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/","url":"https:\/\/codingislove.com\/top-15-react-native-libraries\/","name":"Top 15 React Native libraries that I use in my apps - Coding is Love","isPartOf":{"@id":"https:\/\/codingislove.com\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/#primaryimage"},"image":{"@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/#primaryimage"},"thumbnailUrl":"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg","datePublished":"2017-08-30T18:05:34+00:00","dateModified":"2018-12-17T16:07:42+00:00","breadcrumb":{"@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codingislove.com\/top-15-react-native-libraries\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/#primaryimage","url":"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg","contentUrl":"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg","width":700,"height":400},{"@type":"BreadcrumbList","@id":"https:\/\/codingislove.com\/top-15-react-native-libraries\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Coding is Love","item":"https:\/\/codingislove.com\/"},{"@type":"ListItem","position":2,"name":"Dev resources","item":"https:\/\/codingislove.com\/category\/dev-resources\/"},{"@type":"ListItem","position":3,"name":"Top 15 React Native libraries that I use in my apps"}]},{"@type":"WebSite","@id":"https:\/\/codingislove.com\/#website","url":"https:\/\/codingislove.com\/","name":"Coding is Love","description":"","publisher":{"@id":"https:\/\/codingislove.com\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codingislove.com\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codingislove.com\/#organization","name":"Coding is Love","url":"https:\/\/codingislove.com\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codingislove.com\/#\/schema\/logo\/image\/","url":"https:\/\/codingislove.com\/wp-content\/uploads\/2015\/12\/codinglovenew.png","contentUrl":"https:\/\/codingislove.com\/wp-content\/uploads\/2015\/12\/codinglovenew.png","width":300,"height":225,"caption":"Coding is Love"},"image":{"@id":"https:\/\/codingislove.com\/#\/schema\/logo\/image\/"},"sameAs":["https:\/\/facebook.com\/codingislove\/","https:\/\/x.com\/codingislove"]},{"@type":"Person","@id":"https:\/\/codingislove.com\/#\/schema\/person\/ecb142505163b016d59bfbe662af587e","name":"Ranjith kumar","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codingislove.com\/#\/schema\/person\/image\/","url":"https:\/\/secure.gravatar.com\/avatar\/f5486247269539c638227e6213187139cc7460eeb16d789fa757485f1d2b87f0?s=96&d=wavatar&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/f5486247269539c638227e6213187139cc7460eeb16d789fa757485f1d2b87f0?s=96&d=wavatar&r=g","caption":"Ranjith kumar"},"description":"A CA- by education, self taught coder by passion, loves to explore new technologies and believes in learn by doing.","sameAs":["https:\/\/www.facebook.com\/ranjithkumar10","https:\/\/www.instagram.com\/livin_on_d_edge\/","https:\/\/www.linkedin.com\/in\/ranjithkumar10","https:\/\/www.youtube.com\/c\/codingislove01"],"url":"https:\/\/codingislove.com\/author\/ranjithkumar10\/"}]}},"jetpack_publicize_connections":[],"jetpack_featured_media_url":"https:\/\/codingislove.com\/wp-content\/uploads\/2017\/08\/vXA6ZTn1.jpg","amp_enabled":true,"_links":{"self":[{"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/posts\/1811","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/comments?post=1811"}],"version-history":[{"count":0,"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/posts\/1811\/revisions"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/media\/2621"}],"wp:attachment":[{"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/media?parent=1811"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/categories?post=1811"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codingislove.com\/wp-json\/wp\/v2\/tags?post=1811"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}