{"id":764,"date":"2021-09-18T04:14:18","date_gmt":"2021-09-18T03:14:18","guid":{"rendered":"https:\/\/codeflarelimited.com\/blog\/?p=764"},"modified":"2021-09-18T04:14:20","modified_gmt":"2021-09-18T03:14:20","slug":"how-to-revive-your-old-react-native-project","status":"publish","type":"post","link":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/","title":{"rendered":"How to Revive Your Old React Native Project"},"content":{"rendered":"\n<p>React Native is a great library for building awesome applications.<\/p>\n\n\n\n<p> But sometimes after downloading a project from Github or moving that project around from directory to directory, you&#8217;ll find that it throws off some reprehensible error.<\/p>\n\n\n\n<p>This also seems to be common problem with projects that make use of Node Package Managers. So here are some of the steps you can take to troubleshoot this problem.<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-1-delete-the-node_modules-folder\">1. Delete the &#8220;node_modules&#8221; Folder<\/h2>\n\n\n\n<p>This is one of the crucial steps you should take especially when you have just downloaded a new React or React Native project.<\/p>\n\n\n\n<p>The &#8220;node_modules&#8221; folder contains information about the library configurations that you have used for your project.<\/p>\n\n\n\n<p>Some of these libraries are installed based on system configuration which apparently differs from system to system. So what you want to do is to delete that folder and re-install it<\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-2-run-yarn-install-or-npm-install\">2. Run &#8220;yarn install&#8221; or &#8220;npm install&#8221;<\/h2>\n\n\n\n<p>Depending on whether you are using yarn or npm for your project (although yarn seems to be more favoured and recommended), after deleting your the &#8220;node_modules&#8221; folder, you should go to terminal and at the root of your project run the following command: <\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">yarn install\n\/\/or \nnpm install\n\/\/Don't run both<\/code><\/pre>\n\n\n\n<p>Running any of the above command will immediately re-install the node_modules folder along with other specified dependencies in the package.json file.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<figure class=\"wp-block-image size-full\"><a href=\"https:\/\/play.google.com\/store\/apps\/details?id=com.codeflare\" target=\"_blank\" rel=\"noopener\"><img loading=\"lazy\" decoding=\"async\" width=\"1024\" height=\"500\" src=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/origami-banner.png\" alt=\"\" class=\"wp-image-767\" srcset=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/origami-banner.png 1024w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/origami-banner-300x146.png 300w, https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/origami-banner-768x375.png 768w\" sizes=\"auto, (max-width: 1024px) 100vw, 1024px\" \/><\/a><\/figure>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-3-clear-and-re-install-pods\">3. Clear and Re-install Pods<\/h2>\n\n\n\n<p>The iOS version of your React Native project or app relies heavily on Cocoa-pods to manage all dependences used by your project.<\/p>\n\n\n\n<p>CocoaPods is a dependency manager for Swift and Objective-C Cocoa projects. You can read more about getting started with Cocopods <a href=\"https:\/\/cocoapods.org\" target=\"_blank\" rel=\"noreferrer noopener\">here<\/a>.<\/p>\n\n\n\n<p>Meanwhile, for an already-existing project you can run the following command on your terminal:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code lang=\"bash\" class=\"language-bash\">cd ios\nrm -rf \"${HOME}\/Library\/Caches\/CocoaPods\"\nrm -rf \"`pwd`\/Pods\/\"\npod install<\/code><\/pre>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-4-debugmanifest-failed-error\">4. DebugManifest Failed Error<\/h2>\n\n\n\n<p>Sometimes when compiling your React Native project for Android, you&#8217;ll get the DebugManifest Failed Error. <\/p>\n\n\n\n<p>This usually occurs because Jdk is not properly configured. What you can try is to check your jdk version and try to export it to your Java_home directory.<\/p>\n\n\n\n<p>First, check for your jdk version:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">\/usr\/libexec\/java_home -V<\/code><\/pre>\n\n\n\n<p> <\/p>\n\n\n\n<p>Next, export to java_home directory:<\/p>\n\n\n\n<pre class=\"wp-block-code\"><code class=\"\">export JAVA_HOME=`\/usr\/libexec\/java_home -v 15.0.2`  \/\/replace with your correct version<\/code><\/pre>\n\n\n\n<p><\/p>\n\n\n\n<h2 class=\"wp-block-heading\" id=\"h-conclusion\">Conclusion<\/h2>\n\n\n\n<p>React Native is a great library, but it&#8217;s also far from perfect (Do we really have perfect anything?) <\/p>\n\n\n\n<p>More efforts and upgrades are being put in place to ensure it best serves its purpose, which is build native apps fast and easy.<\/p>\n\n\n\n<p><\/p>\n\n\n\n<h3 class=\"wp-block-heading\" id=\"h-how-to-make-a-post-request-in-react-native\"><a href=\"https:\/\/codeflarelimited.com\/blog\/react-native-make-a-post-request-with-axios-and-reqres-api\/\" target=\"_blank\" rel=\"noreferrer noopener\">How to make a POST Request in React Native<\/a> <\/h3>\n\n\n\n<p><\/p>\n","protected":false},"excerpt":{"rendered":"<p>React Native is a great library for building awesome applications. But sometimes after downloading a project from Github<\/p>\n","protected":false},"author":1,"featured_media":766,"comment_status":"open","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"_jetpack_memberships_contains_paid_content":false,"footnotes":""},"categories":[98],"tags":[],"class_list":["post-764","post","type-post","status-publish","format-standard","has-post-thumbnail","hentry","category-softare-development"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>How to Revive Your Old React Native Project<\/title>\n<meta name=\"description\" content=\"But sometimes after downloading a project from Github or moving that project around from directory to directory, you&#039;ll find that it throws ..\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"How to Revive Your Old React Native Project\" \/>\n<meta property=\"og:description\" content=\"But sometimes after downloading a project from Github or moving that project around from directory to directory, you&#039;ll find that it throws ..\" \/>\n<meta property=\"og:url\" content=\"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/\" \/>\n<meta property=\"article:author\" content=\"https:\/\/facebook.com\/codeflretech\" \/>\n<meta property=\"article:published_time\" content=\"2021-09-18T03:14:18+00:00\" \/>\n<meta property=\"article:modified_time\" content=\"2021-09-18T03:14:20+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/Screenshot-2021-09-17-at-04.05.54.png\" \/>\n\t<meta property=\"og:image:width\" content=\"934\" \/>\n\t<meta property=\"og:image:height\" content=\"463\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"author\" content=\"codeflare\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:creator\" content=\"@codeflaretech\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"TechArticle\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/#article\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/\"},\"author\":{\"name\":\"codeflare\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\"},\"headline\":\"How to Revive Your Old React Native Project\",\"datePublished\":\"2021-09-18T03:14:18+00:00\",\"dateModified\":\"2021-09-18T03:14:20+00:00\",\"mainEntityOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/\"},\"wordCount\":395,\"commentCount\":0,\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/Screenshot-2021-09-17-at-04.05.54.png\",\"articleSection\":[\"softare development\"],\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"CommentAction\",\"name\":\"Comment\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/#respond\"]}]},{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/\",\"name\":\"How to Revive Your Old React Native Project\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/Screenshot-2021-09-17-at-04.05.54.png\",\"datePublished\":\"2021-09-18T03:14:18+00:00\",\"dateModified\":\"2021-09-18T03:14:20+00:00\",\"description\":\"But sometimes after downloading a project from Github or moving that project around from directory to directory, you'll find that it throws ..\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/#primaryimage\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/Screenshot-2021-09-17-at-04.05.54.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2021\\\/09\\\/Screenshot-2021-09-17-at-04.05.54.png\",\"width\":934,\"height\":463,\"caption\":\"revive old react native project\"},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/how-to-revive-your-old-react-native-project\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"softare development\",\"item\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/softare-development\\\/\"},{\"@type\":\"ListItem\",\"position\":3,\"name\":\"How to Revive Your Old React Native Project\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#website\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"name\":\"\",\"description\":\"Sustainable solutions\",\"publisher\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#organization\",\"name\":\"Codeflare Limited\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"contentUrl\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/wp-content\\\/uploads\\\/2020\\\/11\\\/codeflare.png\",\"width\":1040,\"height\":263,\"caption\":\"Codeflare Limited\"},\"image\":{\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/logo\\\/image\\\/\"}},{\"@type\":\"Person\",\"@id\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/#\\\/schema\\\/person\\\/7e65653d49add95629f8c1053c5cd76a\",\"name\":\"codeflare\",\"image\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"url\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"contentUrl\":\"https:\\\/\\\/secure.gravatar.com\\\/avatar\\\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g\",\"caption\":\"codeflare\"},\"description\":\"Latest tech news and coding tips.\",\"sameAs\":[\"https:\\\/\\\/codeflarelimited.com\\\/blog\",\"https:\\\/\\\/facebook.com\\\/codeflretech\",\"https:\\\/\\\/instagram.com\\\/codeflaretech\",\"https:\\\/\\\/x.com\\\/codeflaretech\",\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1\"],\"url\":\"https:\\\/\\\/codeflarelimited.com\\\/blog\\\/author\\\/watcher\\\/\"}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"How to Revive Your Old React Native Project","description":"But sometimes after downloading a project from Github or moving that project around from directory to directory, you'll find that it throws ..","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:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/","og_locale":"en_US","og_type":"article","og_title":"How to Revive Your Old React Native Project","og_description":"But sometimes after downloading a project from Github or moving that project around from directory to directory, you'll find that it throws ..","og_url":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/","article_author":"https:\/\/facebook.com\/codeflretech","article_published_time":"2021-09-18T03:14:18+00:00","article_modified_time":"2021-09-18T03:14:20+00:00","og_image":[{"width":934,"height":463,"url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/Screenshot-2021-09-17-at-04.05.54.png","type":"image\/png"}],"author":"codeflare","twitter_card":"summary_large_image","twitter_creator":"@codeflaretech","schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"TechArticle","@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/#article","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/"},"author":{"name":"codeflare","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a"},"headline":"How to Revive Your Old React Native Project","datePublished":"2021-09-18T03:14:18+00:00","dateModified":"2021-09-18T03:14:20+00:00","mainEntityOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/"},"wordCount":395,"commentCount":0,"publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/Screenshot-2021-09-17-at-04.05.54.png","articleSection":["softare development"],"inLanguage":"en-US","potentialAction":[{"@type":"CommentAction","name":"Comment","target":["https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/#respond"]}]},{"@type":"WebPage","@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/","url":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/","name":"How to Revive Your Old React Native Project","isPartOf":{"@id":"https:\/\/codeflarelimited.com\/blog\/#website"},"primaryImageOfPage":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/#primaryimage"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/#primaryimage"},"thumbnailUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/Screenshot-2021-09-17-at-04.05.54.png","datePublished":"2021-09-18T03:14:18+00:00","dateModified":"2021-09-18T03:14:20+00:00","description":"But sometimes after downloading a project from Github or moving that project around from directory to directory, you'll find that it throws ..","breadcrumb":{"@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/#primaryimage","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/Screenshot-2021-09-17-at-04.05.54.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/Screenshot-2021-09-17-at-04.05.54.png","width":934,"height":463,"caption":"revive old react native project"},{"@type":"BreadcrumbList","@id":"https:\/\/codeflarelimited.com\/blog\/how-to-revive-your-old-react-native-project\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/codeflarelimited.com\/blog\/"},{"@type":"ListItem","position":2,"name":"softare development","item":"https:\/\/codeflarelimited.com\/blog\/softare-development\/"},{"@type":"ListItem","position":3,"name":"How to Revive Your Old React Native Project"}]},{"@type":"WebSite","@id":"https:\/\/codeflarelimited.com\/blog\/#website","url":"https:\/\/codeflarelimited.com\/blog\/","name":"","description":"Sustainable solutions","publisher":{"@id":"https:\/\/codeflarelimited.com\/blog\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/codeflarelimited.com\/blog\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/codeflarelimited.com\/blog\/#organization","name":"Codeflare Limited","url":"https:\/\/codeflarelimited.com\/blog\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/","url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","contentUrl":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2020\/11\/codeflare.png","width":1040,"height":263,"caption":"Codeflare Limited"},"image":{"@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/logo\/image\/"}},{"@type":"Person","@id":"https:\/\/codeflarelimited.com\/blog\/#\/schema\/person\/7e65653d49add95629f8c1053c5cd76a","name":"codeflare","image":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","url":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","contentUrl":"https:\/\/secure.gravatar.com\/avatar\/59cef917c86d965eea581d2747f51bd6382003a68bfce7c8a4dfec98b4cd838d?s=96&d=mm&r=g","caption":"codeflare"},"description":"Latest tech news and coding tips.","sameAs":["https:\/\/codeflarelimited.com\/blog","https:\/\/facebook.com\/codeflretech","https:\/\/instagram.com\/codeflaretech","https:\/\/x.com\/codeflaretech","https:\/\/www.youtube.com\/channel\/UCuBLtiYqsajHdqw0uyt7Ofw?sub_confirmation=1"],"url":"https:\/\/codeflarelimited.com\/blog\/author\/watcher\/"}]}},"jetpack_featured_media_url":"https:\/\/codeflarelimited.com\/blog\/wp-content\/uploads\/2021\/09\/Screenshot-2021-09-17-at-04.05.54.png","jetpack_sharing_enabled":true,"_links":{"self":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/764","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/comments?post=764"}],"version-history":[{"count":1,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/764\/revisions"}],"predecessor-version":[{"id":768,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/posts\/764\/revisions\/768"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media\/766"}],"wp:attachment":[{"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/media?parent=764"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/categories?post=764"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/codeflarelimited.com\/blog\/wp-json\/wp\/v2\/tags?post=764"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}