{"id":19,"date":"2013-11-16T00:00:00","date_gmt":"2013-11-16T00:00:00","guid":{"rendered":"http:\/\/localhost\/themes\/Pro\/Sonic\/Website_WP\/index.php\/getting-started\/"},"modified":"2024-04-23T13:22:42","modified_gmt":"2024-04-23T11:22:42","slug":"react-native-heroes-conference-2023-turin-italy","status":"publish","type":"page","link":"https:\/\/reactnativeheroes.com\/2023\/","title":{"rendered":"React Native Heroes 2023"},"content":{"rendered":"<ul>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_highlights.png\" alt=\"\"><\/p>\n<h3>post event video here for you <\/h3>\n<p><a href=\"https:\/\/youtu.be\/f02SfZYxqGI\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_nextyear.png\" alt=\"\"><\/p>\n<h3>we&#8217;ll be back in 2024!<\/h3>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_t_allofyou.png\" alt=\"\"><\/p>\n<h3>take a look at the official photos<\/h3>\n<p><a href=\"https:\/\/myalbum.com\/album\/5YsxudHQxJcVWR\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_join_our_newsletter.png\" alt=\"\"><\/p>\n<h3>stay in touch with the news<\/h3>\n<p><a href=\"https:\/\/mailchef.4dem.it\/app\/public\/fog\/view\/368\/2p8\"><\/a><\/p>\n<\/li>\n<\/ul>\n<h1>\n<p>React Native Heroes Conference<span class=\"uk-text-primary\"><br \/>16 June 2023 &#8211; Turin, Italy<br \/><\/span><\/p>\n<\/h1>\n<div>\n<p><span>React Native Heroes provided a <strong>unique learning and networking opportunity<\/strong> for the Italian community of React Native developers.<\/span><\/p>\n<p>Every week React Native is used by thousands of developers and downloaded by millions of users. And React Native Heroes serviced the Italian developer community. The event provided a chance for React Native developers to stay on top of updates about the dynamic React Native framework and all the changes that occur in the open source environment.<\/p>\n<p>The event covered <strong>framework<\/strong> and release status discussions, <strong>new architecture adoption<\/strong> and ways that the <strong>developer experience<\/strong> is improving and changing.<\/p>\n<p>Thanks to all of the speakers, sponsors and participants that helped to make React Native Heroes such a strong launch event.<span><\/span><\/p>\n<\/div>\n<p><img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_save-the-date.png\" alt=\"\"><\/p>\n<h1><span class=\"uk-text-primary\">Speaker <\/span> Highlights<\/h1>\n<hr>\n<div>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/60_full_picture_-_optimized_-_squared_O7zGQvq.jpg\" alt=\"\"><\/p>\n<h3>&#8220;The work that you don\u2019t see&#8221;<\/h3>\n<div>\n<h3><strong>Lorenzo Sciandra<\/strong><\/h3>\n<p><strong>Senior Software Engineer, Microsoft<\/strong><\/p>\n<p>In React Native, when people usually get excited it\u2019s all about some shiny new feature, or tool, or clickbaity \u201cdo this to get 10x better!\u201d claim. When announcements are made, they need to be catchy, sleek and able to generate hype\u2026 and how, for the Nth time, RN is better than tech X or faster than tech Y. <br \/>But that\u2019s not all that is happening: under the surface, deep down in the mines of the foundation of this ecosystem, there\u2019s a steady stream of work, discussions and considerations happening &#8211; all driven by the pressing need to constantly shift React Native into something more solid and better structured. In this talk, I want to take you down into the guts of these conversations, and shine a light onto some of these radical changes, how they are shaped up and what to expect in the future of React Native.<\/p>\n<ul class=\"\">\n<li><a href=\"https:\/\/twitter.com\/JulienSalvi\" target=\"blank\">Twitter<\/a><\/li>\n<\/ul>\n<p><button class=\"uk-button uk-button-default uk-margin-small-right\" type=\"button\" uk-toggle=\"target: #modal-example6\">BIO<\/button><\/p>\n<div id=\"modal-example6\" uk-modal=\"\">\n<div class=\"uk-modal-dialog uk-modal-body\">\n<h4 class=\"\">Senior Software Engineer at Microsoft<\/h4>\n<p>Lorenzo Sciandra is a Senior Software Engineer at Microsoft; since 2018 he is also a maintainer of react-native, and he\u2019s been a releaser since 0.57.4. He cares a lot about mental health and open source, and won\u2019t stop talking about either.<\/p>\n<p class=\"uk-text-right\"><button class=\"uk-button uk-button-default uk-modal-close\" type=\"button\">Close<\/button><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/profilowe_VClqxkI.jpg\" alt=\"\"><\/p>\n<h3>&#8220;Can native modules be easy?&#8221;<\/h3>\n<div>\n<h3><strong>Tomasz Sapeta<\/strong><\/h3>\n<p><strong>Software Engineer, Software Mansion<\/strong><\/p>\n<ul class=\"\">\n<li><a href=\"https:\/\/twitter.com\/tsapeta\" target=\"blank\">Twitter<\/a><\/li>\n<\/ul>\n<p><button class=\"uk-button uk-button-default uk-margin-small-right\" type=\"button\" uk-toggle=\"target: #modal-example3a\">ABSTRACT<\/button><\/p>\n<div id=\"modal-example3a\" uk-modal=\"\">\n<div class=\"uk-modal-dialog uk-modal-body\">\n<h4 class=\"\">Can native modules be easy?<\/h4>\n<p>Sometimes we come across the need to use some native APIs or 3rd-party libraries in our React Native application, but there is no such library available yet or all of them are of poor quality or, even worse, unmaintained. Creating a native module for React Native always sounds like a pain, especially for us, React Native developers who usually specialize in React and JavaScript\/TypeScript. Learning Objective-C, Java or C++ just to make a library can be challenging and expensive. <br \/>In this talk I&#8217;m going to show how Expo with its Expo Modules API changed the way of writing native modules for React Native, making it much easier, more approachable and enjoyable for developers who are comfortable with TypeScript and have limited experience in mobile development. The Expo modules are written in more modern languages: Swift and Kotlin which are more similar to TypeScript. We will walk through how it differs from the standard Bridge and Turbo modules and show some of the features it offers.<\/p>\n<\/div>\n<\/div>\n<p><button class=\"uk-button uk-button-default uk-margin-small-right\" type=\"button\" uk-toggle=\"target: #modal-example3e\">BIO<\/button><\/p>\n<div id=\"modal-example3e\" uk-modal=\"\">\n<div class=\"uk-modal-dialog uk-modal-body\">\n<h4 class=\"\">Software Engineer at Software Mansion<\/h4>\n<p>I work at Software Mansion as the Tech Lead of the Expo SDK team. The author of the presented Expo Modules API and the maintainer of many Expo SDK packages.<\/p>\n<p class=\"uk-text-right\"><button class=\"uk-button uk-button-default uk-modal-close\" type=\"button\">Close<\/button><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<div>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/Federica_Vacca_Fp3Gcap.jpg\" alt=\"\"><\/p>\n<h3>&#8220;Design systems in React Native: a storybook approach&#8221;<\/h3>\n<div>\n<h3><strong>Federica Vacca<\/strong><\/h3>\n<p><strong>Software Engineer, Belka<\/strong><\/p>\n<ul class=\"\">\n<li><a href=\"https:\/\/twitter.com\/fedevvi\" target=\"blank\">Twitter<\/a><\/li>\n<\/ul>\n<p><button class=\"uk-button uk-button-default uk-margin-small-right\" type=\"button\" uk-toggle=\"target: #modal-example3b\">ABSTRACT<\/button><\/p>\n<div id=\"modal-example3b\" uk-modal=\"\">\n<div class=\"uk-modal-dialog uk-modal-body\">\n<h4 class=\"\">Design systems in React Native: a storybook approach<\/h4>\n<p>Have you ever wondered if the same principles and libraries used for web design systems can be applied to mobile ones? We did. In Belka we created a boilerplate and documentation to build a reproducible process for web design systems but soon we realised that the logic and the code structure for mobile design systems are slightly different from what we chose.<br \/>.<\/p>\n<\/div>\n<\/div>\n<p><button class=\"uk-button uk-button-default uk-margin-small-right\" type=\"button\" uk-toggle=\"target: #modal-example3d\">BIO<\/button><\/p>\n<div id=\"modal-example3d\" uk-modal=\"\">\n<div class=\"uk-modal-dialog uk-modal-body\">\n<h4 class=\"\">Software Engineer at Belka<\/h4>\n<p>I\u2019m a software engineer at Belka, a digital product studio based in the Italian Alps. I develop websites and mobile apps using React and React Native. When I am not coding, you can find me cooking, overanalyzing things, or taking long walks.<\/p>\n<p class=\"uk-text-right\"><button class=\"uk-button uk-button-default uk-modal-close\" type=\"button\">Close<\/button><\/p>\n<\/div>\n<\/div>\n<\/div>\n<\/div>\n<h2><span class=\"uk-text-primary\">join<\/span> us<\/h2>\n<div>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/home_spk-2.png\" alt=\"\"><\/p>\n<h5>Join us as a participant<\/h5>\n<p><a href=\"https:\/\/react-native-heroes.eventengage.app\/register\"><\/a><\/p>\n<\/div>\n<div>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/home_sponsor-2.png\" alt=\"Join us as sponsor!\"><\/p>\n<h5>Join us as a sponsor<\/h5>\n<p><a href=\"\/2023\/sponsors-reactnativeheroes\/\"><\/a><\/p>\n<\/div>\n<div>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/home_partner-2.png\" alt=\"Join us as partner!\"><\/p>\n<h5>Join us as a media partner<\/h5>\n<p><a href=\"https:\/\/tally.so\/r\/mYjzod\"><\/a><\/p>\n<\/div>\n<h2>\n<p>Become our <span class=\"uk-text-primary\">ambassador <\/span><\/p>\n<\/h2>\n<div>\n<p><strong>You like what we\u2019re doing and you want to get involved. We get it, and we\u2019ve got you. <\/strong><\/p>\n<\/div>\n<h4>Support our events by being an event ambassador<\/h4>\n<div>\n<ul>\n<li>Introduce us to industry associations\/ groups\/ social networks.<\/li>\n<li>Introduce us to individual companies or, simply individuals.<\/li>\n<li>Share our marketing messages and material with your networks (direct mail and\/or social media).<\/li>\n<li>Participate in the event as a volunteer<\/li>\n<li>Link our event (s) with your activity (e.g. our logo on your newsletter\/ website)<\/li>\n<li>Include a review\/ preview of our event (s) in your newsletter\/ website\/ podcast<\/li>\n<\/ul>\n<\/div>\n<h2>\n<p>The <span class=\"uk-text-primary\">Location <\/span><\/p>\n<\/h2>\n<div>\n<p><strong><a href=\"https:\/\/www.museoauto.com\/en\/private-events\/congress-centre\/\" target=\"_blank\" rel=\"noopener\">MAUTO<\/a> &#8211; Museo dell&#8217;Automobile, Corso Unit\u00e0 d&#8217;Italia 40, Torino<\/strong><\/p>\n<p class=\"p1\">React Native Heroes 2023 will be held at the superb Museo dell\u2019Automobile. Turin is the home of Fiat and the Turin car museum is a shiny testament to the city\u2019s strong connection to the automotive industry. The congress centre is extremely modern and well-equipped as well as being light, bright and spacious. The ideal venue for meeting, networking, chatting and sharing ideas.<span class=\"Apple-converted-space\">\u00a0<\/span><\/p>\n<\/div>\n<ul>\n<li>\n        <a href=\"\/2023\/venue\/\">See the Venue<\/a>\n    <\/li>\n<li>\n        <a href=\"https:\/\/goo.gl\/maps\/LBoGydv7DaryfEAG7\">MAP<\/a>\n    <\/li>\n<\/ul>\n<p><a href=\"https:\/\/www.museoauto.com\/en\/\"><img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/MAUTO_Logo_g1_T-1.png\" alt=\"\"><\/a><\/p>\n<h2>Keep <span class=\"uk-text-primary\">in touch!<\/span><\/h2>\n<div>\n<form class=\"uk-form uk-panel js-form-newsletter\" action=\"https:\/\/mailchef.4dem.it\/subscribe.php\" method=\"post\" accept-charset=\"UTF-8\">\n<div uk-grid=\"\" class=\"uk-grid\">\n<div><input type=\"email\" class=\"el-input uk-input\" name=\"FormValue_Fields[EmailAddress]\" placeholder=\"email address\" id=\"FormValue_EmailAddress\" \/><\/div>\n<div class=\"uk-width-auto@s\"><button class=\"el-button uk-button uk-button-default\" type=\"submit\" name=\"FormButton_Subscribe\" value=\"Subscribe\" id=\"FormButton_Subscribe\">Subscribe<\/button><\/div>\n<\/div>\n<p><input type=\"hidden\" name=\"FormValue_ListID\" value=\"90150\" \/> <input type=\"hidden\" name=\"FormValue_Command\" value=\"Subscriber.Add\" id=\"FormValue_Command\" \/><\/form>\n<\/div>\n<ul>\n<li><a href=\"https:\/\/twitter.com\/flutterheroes\">twitter<\/a>\n<\/li>\n<li><a href=\"https:\/\/www.youtube.com\/channel\/UCHbZnzJKKV358IEhrZCj5bg\">youtube<\/a>\n<\/li>\n<li><a href=\"https:\/\/www.linkedin.com\/showcase\/flutter-heroes\/\">linkedin<\/a>\n<\/li>\n<li><a href=\"https:\/\/t.me\/flutterDev\">social<\/a>\n<\/li>\n<\/ul>\n<h2>Prime<\/h2>\n<h2>Sponsors<\/h2>\n<hr>\n<ul>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/Acc_Logo_Black_Purple_RGB.png\" alt=\"Accenture\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">At the heart of every great change is a great human. If you have ideas, ingenuity and a passion for making a difference, come and be a part of our team. Every day around the world, we work with exceptional people, the latest and greatest tech and leading companies across industries.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/www.accenture.com\/us-en\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/syn-1.png\" alt=\"Synesthesia\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">Synesthesia is a digital experience company. We have been in the digital space for more than a decade. We bring life to your ideas: creating web, e-commerce &amp; mobile applications, digital marketing campaigns and solutions. <br \/>Synesthesia also offer an event production and management service, and manage their own events including droidcon Italy, Swift Heroes, Flutter Heroes, No Code Heroes and Girls Tech. <br \/>We provide value for our clients through our unique and innovative mix of know-how and creativity. Synesthesia is driven by passion for addressing technical and business challenges.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/synesthesia.it\/\"><\/a><\/p>\n<\/li>\n<\/ul>\n<h2>feature<\/h2>\n<h2>Sponsor<\/h2>\n<hr>\n<div>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/nl_supporting_wezard.png\" alt=\"wezard\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">Wezard is a talented software house that designs, develops and scales outstanding apps with cutting-edge technologies in weeks, not months.\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/wezard.it\/wezard-sviluppoapplicazioni?utm_campaign=reactnativeheroes\"><\/a><\/p>\n<\/div>\n<h2>supporting<\/h2>\n<h2>Sponsors<\/h2>\n<hr>\n<ul>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/software-mansion-logo-S-negatyw-1.svg\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/swmansion.com\/\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/logo-rgb.png\" alt=\"postpickr\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">PostPickr \u00e8 una startup innovativa che ha creato la prima piattaforma di social media management interamente progettata e sviluppata in Italia. Fondata nel 2013 ed attiva sul mercato dal 2016, oggi \u00e8 accreditata in Italia come la principale alternativa ai big player internazionali del settore.<br \/>\n<br \/>\nNel solo mercato italiano PostPickr vanta oltre 100.000 utenti iscritti alla piattaforma, tra professionisti, agenzie, brand ed imprese, ed \u00e8 partner di consulenti ed organizzazioni leader nel settore del marketing per i social media.\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/www.postpickr.com\/\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/logo_mela.png\" alt=\"mela\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">We are an agency created by a team of marketing and advertising experts specialised in various e-commerce platforms.<br \/>Our Marketstore Masters Program:<br \/>\u2022 was designed as a support for companies, entrepreneurs and individuals who want to create or implement their own online businesses<br \/>\u2022 avoids wasting time and resources due to the support of professionals who are experienced in international marketplaces<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/www.mela.services\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n  <a href=\"https:\/\/www.grigua.it\/web\/\" target=\"_blank\"><\/p>\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/grigua_nero.png\" alt=\"grigua\"><\/h2>\n<p>  <\/a><\/p>\n<div class=\"popover__content\">\n<p class=\"popover__message\">\n Grigua&#8217;s goal is to provide companies with an information system that allows them to support the sales force in their activity of monitoring the point of sale.<br \/>\nThe project is call Grigua SalesTools and is a suite of software products that allows you to manage all the activities for the supervision of the store, the project consists of several integrated modules that can be activated depending on the needs of the customer.<br \/>\nThe information collected is processed and reused in accordance with the needs.<br \/>\n<br \/>\nGrigua is a company born in 2011 from the will of two partners to use their professionalism in the trade marketing to create an innovative system of supervision of the points of sale. The active participation in the implementation of countless networks for managing the points of sale in different channels, both in Italy and abroad, has allowed them to develop a complete vision of the business.<\/p>\n<\/p><\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/www.grigua.it\/web\/\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n  <a href=\"https:\/\/redabissi.com\/\" target=\"_blank\"><\/p>\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/Tavola-disegno-6-copia-3@3x.png\" alt=\"redabissi\"><\/h2>\n<p>  <\/a><\/p>\n<div class=\"popover__content\">\n<p class=\"popover__message\">\nRedHab is the Social Media Management platform from RedAbissi dedicated to Brands and all companies that sell single or multiple lines, franchises, networks, consortiums, agencies partners and resellers. <br \/>\nRedHab is a tool that brands can use to provide posts and content to all of these selling points, in a simple, quick and effective way. The content is added to the sellers\u2019 social activity which increases in store traffic.\n<\/p>\n<\/p><\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/redabissi.com\/\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/02-sticker-mule-logo-light.png\" alt=\"stickermule\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">Sticker Mule is the easiest way to buy custom products online. Thousands of people all around the world trust Sticker Mule to make kick ass stickers, labels, magnets, badges &#038; more. Order in 60 seconds and get free online proofs, free shipping and super fast turnaround\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/mule.to\/p3ja\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/4dem.png\" alt=\"4dem\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">4Dem is a direct marketing platform 100% made in Italy, chosen by over 20,000 companies. 4Dem allows you to send Email and SMS campaigns, create automatic flows, create compilation forms, web pages and monitor the statistics of submissions.<br \/>\nFind out more on 4dem.it\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/www.4dem.it\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/Screenshot-2023-02-14-at-15.54.54.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/ecommerce.caffealberto.it\/\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/wibo2.png\" alt=\"wibo\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">Wibo is the platform that makes corporate education fun, memorable and interactive through micro-learning, gamification and meaningful meetings.\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/wibo.app\/\"><\/a><\/p>\n<\/li>\n<li>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/Quaerys.png\" alt=\"Quaerys\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">Quaerys is a &#8216;technology boutique&#8217;, formerly a spin-off of the University of Turin, offering innovative services and products in the field of Data Science, with a particular focus on the fields of Strategic Planning, Communication and Digital Marketing. The distinctive elements of Quaerys&#8217; offerings are the reliability of the scientific method and the richness of sociological theory, used to interpret data and guarantee the client immediately actionable evidence-based insights in his decision-making process.\n<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/www.quaerys.com\/en\/\"><\/a><\/p>\n<\/li>\n<\/ul>\n<h2>Event<\/h2>\n<h2>Production<\/h2>\n<hr>\n<div>\n<div>\n<div class=\"popover__wrapper\">\n<h2 class=\"popover__title\"><img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/logo_syn_events_colori.png\" alt=\"Synesthesia\" \/><\/h2>\n<div class=\"popover__content\">\n<p class=\"popover__message\">A new way of thinking about events that involves<br \/>\npeople, regardless of their geographic location.<br \/>\nWe make use of the technological skills of Synesthesia Factory, the knowledge of the Marketing and Communication teams, the experience gained in more than 7 years of organization of events and training courses for our Academy and is always updated thanks to studies from the Innovation area.<\/p>\n<\/div>\n<\/div>\n<\/div>\n<p><a href=\"https:\/\/synesthesia.it\/\"><\/a><\/p>\n<\/div>\n<h2>Partners<\/h2>\n<hr>\n<ul>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/3X1_TIGNA-SX.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/www.grusp.org\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/unnamed-1.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/thecmmbay.com\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/Packt_Logo-02.svg\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/www.packtpub.com\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/wtm-italia.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/developers.google.com\/womentechmakers\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/logo_gt_2000x600.jpg\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/www.girlstech.it\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/FullLogo-Black.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/www.womenwhocode.com\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/Apiumhub-logo_black.png\" alt=\"\"><\/p>\n<p><a href=\"http:\/\/www.apiumhub.com\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/logo_swiftheroes_ufficiale_SH-blu.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/swiftheroes.com\/2023\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/FH-logo-1.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/flutterheroes.com\/2023\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/droidcon_italy-blue@4x.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/it.droidcon.com\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/case-conf2.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/2023.cloudconf.it\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/adilogo.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/androiddevs.it\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/fuzzy-brains-logo.svg\" alt=\"\"><\/p>\n<h3>fuzzy-brains-logo<\/h3>\n<p><a href=\"https:\/\/www.fuzzybrains.org\/it\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/logo-1.svg\" alt=\"\"><\/p>\n<h3>logo<\/h3>\n<p><a href=\"https:\/\/www.schrodinger-hat.it\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/PointerPodcast_Logo.svg\" alt=\"\"><\/p>\n<h3>PointerPodcast_Logo<\/h3>\n<p><a href=\"https:\/\/pointerpodcast.it\/\"><\/a><\/p>\n<\/li>\n<\/ul>\n<ul>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/Logo_SuperheroValley-ai.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/superherovalley.fun\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/SheTech-ai.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/shetechitaly.org\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/sites\/5\/lit.png\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/latina-in-tech.github.io\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"\/2023\/wp-content\/uploads\/2022-02-08-17.31.19.jpg\" alt=\"\"><\/p>\n<p><a href=\"https:\/\/gdg.community.dev\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/gdgpescara-logo.svg\" alt=\"\"><\/p>\n<h3>gdgpescara-logo<\/h3>\n<p><a href=\"https:\/\/gdg.community.dev\/gdg-pescara\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/logo_gdg.svg\" alt=\"\"><\/p>\n<h3>logo_gdg<\/h3>\n<p><a href=\"https:\/\/gdgpisa.it\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/campobasso.png\" alt=\"\"><\/p>\n<h3>campobasso<\/h3>\n<p><a href=\"https:\/\/gdg.community.dev\/gdg-campobasso\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/gdg.ec7c80ea.jpg\" alt=\"\"><\/p>\n<h3>gdg.ec7c80ea<\/h3>\n<p><a href=\"https:\/\/gdg.community.dev\/gdg-cloud-torino\/\"><\/a><\/p>\n<\/li>\n<li>\n<p>        <img decoding=\"async\" src=\"https:\/\/flutterheroes.com\/2023\/wp-content\/uploads\/sites\/4\/flutter_torino_logo.png\" alt=\"\"><\/p>\n<h3>flutter_torino_logo<\/h3>\n<p><a href=\"https:\/\/www.meetup.com\/it-IT\/flutter-torino\/\"><\/a><\/p>\n<\/li>\n<\/ul>\n<p><!--more--><br \/>\n<!-- {\"name\":\"Home\",\"type\":\"layout\",\"children\":[{\"name\":\"Hero\",\"type\":\"section\",\"props\":{\"animation\":\"slide-top-small\",\"class\":\"homepage\",\"header_transparent_noplaceholder\":true,\"height\":\"expand\",\"image_fixed\":true,\"image_position\":\"center-center\",\"image_size\":\"cover\",\"media_blend_mode\":\"multiply\",\"overlap\":false,\"padding_remove_bottom\":false,\"padding_remove_top\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"panel-slider\",\"props\":{\"content_column_breakpoint\":\"m\",\"icon_width\":80,\"image_align\":\"left\",\"image_grid_breakpoint\":\"m\",\"image_grid_column_gap\":\"small\",\"image_grid_width\":\"3-4\",\"image_svg_color\":\"emphasis\",\"image_vertical_align\":true,\"link_style\":\"default\",\"link_target\":true,\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"nav\":\"dotnav\",\"nav_align\":\"center\",\"nav_breakpoint\":\"s\",\"nav_margin\":\"small\",\"panel_card_match\":true,\"panel_link\":true,\"show_content\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"slidenav\":\"\",\"slidenav_breakpoint\":\"xl\",\"slidenav_margin\":\"medium\",\"slidenav_outside_breakpoint\":\"xl\",\"slider_autoplay\":true,\"slider_autoplay_interval\":\"4\",\"slider_autoplay_pause\":false,\"slider_gap\":\"small\",\"slider_width\":\"fixed\",\"slider_width_default\":\"1-1\",\"slider_width_medium\":\"1-1\",\"title_align\":\"top\",\"title_color\":\"primary\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_link\":true,\"title_style\":\"h2\"},\"children\":[{\"type\":\"panel-slider_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/sito_hero_highlights.png\",\"link\":\"https:\\\/\\\/youtu.be\\\/f02SfZYxqGI\",\"title\":\"post event video here for you \"}},{\"type\":\"panel-slider_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/sito_hero_nextyear.png\",\"title\":\"we'll be back in 2024!\"}},{\"type\":\"panel-slider_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/sito_hero_t_allofyou.png\",\"link\":\"https:\\\/\\\/myalbum.com\\\/album\\\/5YsxudHQxJcVWR\\\/\",\"title\":\"take a look at the official photos\"}},{\"type\":\"panel-slider_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/sito_hero_join_our_newsletter.png\",\"link\":\"https:\\\/\\\/mailchef.4dem.it\\\/app\\\/public\\\/fog\\\/view\\\/368\\\/2p8\",\"title\":\"stay in touch with the news\"}}]}]}],\"props\":{\"margin_remove_bottom\":false}}]},{\"name\":\"About\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"about\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"padding_remove_bottom\":false,\"padding_remove_top\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\n\n<p>React Native Heroes Conference<span class=\\\"uk-text-primary\\\"><br \\\/>16 June 2023 - Turin, Italy<br \\\/><\\\/span><\\\/p>\",\"title_element\":\"h1\",\"title_style\":\"heading-small\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"div\",\"divider_style\":\"small\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"2-3,1-3\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"column_divider\":true,\"content\":\"\n\n<p><span>React Native Heroes provided a <strong>unique learning and networking opportunity<\\\/strong> for the Italian community of React Native developers.<\\\/span><\\\/p>\\n\n\n<p>Every week React Native is used by thousands of developers and downloaded by millions of users. And React Native Heroes serviced the Italian developer community. The event provided a chance for React Native developers to stay on top of updates about the dynamic React Native framework and all the changes that occur in the open source environment.<br \\\/><br \\\/>The event covered <strong>framework<\\\/strong> and release status discussions, <strong>new architecture adoption<\\\/strong> and ways that the <strong>developer experience<\\\/strong> is improving and changing.<br \\\/><br \\\/>Thanks to all of the speakers, sponsors and participants that helped to make React Native Heroes such a strong launch event.<span><\\\/span><\\\/p>\",\"margin\":\"default\",\"maxwidth\":\"2xlarge\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"image\",\"props\":{\"animation\":\"slide-bottom\",\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/sito_hero_save-the-date.png\",\"image_svg_color\":\"emphasis\",\"margin\":\"default\",\"visibility\":\"m\"}}]}]}]},{\"name\":\"firstspeaker\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom\",\"animation_delay\":\"200\",\"css\":\"@media (min-width: 1200px){\\n.uk-margin-xlarge {\\n    margin-bottom: 60px;\\n    }\\n}\",\"header_transparent\":\"dark\",\"image_position\":\"top-left\",\"image_size\":\"contain\",\"media_visibility\":\"m\",\"padding_remove_bottom\":false,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"margin\":\"xlarge\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"<span class=\\\"uk-text-primary\\\">Speaker <\\\/span> Highlights\",\"title_element\":\"h1\",\"title_style\":\"heading-small\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"small\",\"margin_remove_bottom\":false}}]}]},{\"type\":\"row\",\"props\":{\"match\":true},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"panel\",\"props\":{\"content\":\"\n\n<h3><strong>Lorenzo Sciandra<\\\/strong><\\\/h3>\\n\n\n<p><strong>Senior Software Engineer, Microsoft<\\\/strong><\\\/p>\\n\n\n<p>In React Native, when people usually get excited it\\u2019s all about some shiny new feature, or tool, or clickbaity \\u201cdo this to get 10x better!\\u201d claim. When announcements are made, they need to be catchy, sleek and able to generate hype\\u2026 and how, for the Nth time, RN is better than tech X or faster than tech Y. <br \\\/>But that\\u2019s not all that is happening: under the surface, deep down in the mines of the foundation of this ecosystem, there\\u2019s a steady stream of work, discussions and considerations happening - all driven by the pressing need to constantly shift React Native into something more solid and better structured. In this talk, I want to take you down into the guts of these conversations, and shine a light onto some of these radical changes, how they are shaped up and what to expect in the future of React Native.<\\\/p>\\n\n\n<ul class=\\\"\\\">\\n\n\n<li><a href=\\\"https:\\\/\\\/twitter.com\\\/JulienSalvi\\\" target=\\\"blank\\\">Twitter<\\\/a><\\\/li>\\n<\\\/ul>\\n\n\n<p><button class=\\\"uk-button uk-button-default uk-margin-small-right\\\" type=\\\"button\\\" uk-toggle=\\\"target: #modal-example6\\\">BIO<\\\/button><\\\/p>\\n\n\n<div id=\\\"modal-example6\\\" uk-modal=\\\"\\\">\\n\n\n<div class=\\\"uk-modal-dialog uk-modal-body\\\">\\n\n\n<h4 class=\\\"\\\">Senior Software Engineer at Microsoft<\\\/h4>\\n\n\n<p>Lorenzo Sciandra is a Senior Software Engineer at Microsoft; since 2018 he is also a maintainer of react-native, and he\\u2019s been a releaser since 0.57.4. He cares a lot about mental health and open source, and won\\u2019t stop talking about either.<\\\/p>\\n\n\n<p class=\\\"uk-text-right\\\"><button class=\\\"uk-button uk-button-default uk-modal-close\\\" type=\\\"button\\\">Close<\\\/button><\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"content_column_breakpoint\":\"m\",\"icon_width\":80,\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/60_full_picture_-_optimized_-_squared_O7zGQvq.jpg\",\"image_align\":\"left\",\"image_grid_breakpoint\":\"s\",\"image_grid_column_gap\":\"collapse\",\"image_grid_row_gap\":\"collapse\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin\":\"default\",\"meta\":\"\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_margin\":\"small\",\"meta_style\":\"text-meta\",\"panel_image_no_padding\":true,\"panel_padding\":\"default\",\"panel_style\":\"card-default\",\"title\":\"\\\"The work that you don\\u2019t see\\\"\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_style\":\"h2\"}}]}]},{\"type\":\"row\",\"props\":{\"layout\":\"1-2,1-2\",\"match\":true},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"panel\",\"props\":{\"content\":\"\n\n<h3><strong>Tomasz Sapeta<\\\/strong><\\\/h3>\\n\n\n<p><strong>Software Engineer, Software Mansion<\\\/strong><\\\/p>\\n\n\n<ul class=\\\"\\\">\\n\n\n<li><a href=\\\"https:\\\/\\\/twitter.com\\\/tsapeta\\\" target=\\\"blank\\\">Twitter<\\\/a><\\\/li>\\n<\\\/ul>\\n\n\n<p><button class=\\\"uk-button uk-button-default uk-margin-small-right\\\" type=\\\"button\\\" uk-toggle=\\\"target: #modal-example3a\\\">ABSTRACT<\\\/button><\\\/p>\\n\n\n<div id=\\\"modal-example3a\\\" uk-modal=\\\"\\\">\\n\n\n<div class=\\\"uk-modal-dialog uk-modal-body\\\">\\n\n\n<h4 class=\\\"\\\">Can native modules be easy?<\\\/h4>\\n\n\n<p>Sometimes we come across the need to use some native APIs or 3rd-party libraries in our React Native application, but there is no such library available yet or all of them are of poor quality or, even worse, unmaintained. Creating a native module for React Native always sounds like a pain, especially for us, React Native developers who usually specialize in React and JavaScript\\\/TypeScript. Learning Objective-C, Java or C++ just to make a library can be challenging and expensive. <br \\\/>In this talk I'm going to show how Expo with its Expo Modules API changed the way of writing native modules for React Native, making it much easier, more approachable and enjoyable for developers who are comfortable with TypeScript and have limited experience in mobile development. The Expo modules are written in more modern languages: Swift and Kotlin which are more similar to TypeScript. We will walk through how it differs from the standard Bridge and Turbo modules and show some of the features it offers.<\\\/p>\\n<\\\/div>\\n<\\\/div>\\n\n\n<p><button class=\\\"uk-button uk-button-default uk-margin-small-right\\\" type=\\\"button\\\" uk-toggle=\\\"target: #modal-example3e\\\">BIO<\\\/button><\\\/p>\\n\n\n<div id=\\\"modal-example3e\\\" uk-modal=\\\"\\\">\\n\n\n<div class=\\\"uk-modal-dialog uk-modal-body\\\">\\n\n\n<h4 class=\\\"\\\">Software Engineer at Software Mansion<\\\/h4>\\n\n\n<p>I work at Software Mansion as the Tech Lead of the Expo SDK team. The author of the presented Expo Modules API and the maintainer of many Expo SDK packages.<\\\/p>\\n\n\n<p class=\\\"uk-text-right\\\"><button class=\\\"uk-button uk-button-default uk-modal-close\\\" type=\\\"button\\\">Close<\\\/button><\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"content_column_breakpoint\":\"m\",\"icon_width\":80,\"id\":\"speakers-emily-jeffreys\",\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/profilowe_VClqxkI.jpg\",\"image_align\":\"left\",\"image_grid_breakpoint\":\"s\",\"image_grid_column_gap\":\"collapse\",\"image_grid_row_gap\":\"collapse\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin\":\"default\",\"meta\":\"\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_margin\":\"small\",\"meta_style\":\"text-meta\",\"panel_image_no_padding\":true,\"panel_padding\":\"default\",\"panel_style\":\"card-default\",\"title\":\"\\\"Can native modules be easy?\\\"\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_style\":\"h2\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"panel\",\"props\":{\"content\":\"\n\n<h3><strong>Federica Vacca<\\\/strong><\\\/h3>\\n\n\n<p><strong>Software Engineer, Belka<\\\/strong><\\\/p>\\n\n\n<ul class=\\\"\\\">\\n\n\n<li><a href=\\\"https:\\\/\\\/twitter.com\\\/fedevvi\\\" target=\\\"blank\\\">Twitter<\\\/a><\\\/li>\\n<\\\/ul>\\n\n\n<p><button class=\\\"uk-button uk-button-default uk-margin-small-right\\\" type=\\\"button\\\" uk-toggle=\\\"target: #modal-example3b\\\">ABSTRACT<\\\/button><\\\/p>\\n\n\n<div id=\\\"modal-example3b\\\" uk-modal=\\\"\\\">\\n\n\n<div class=\\\"uk-modal-dialog uk-modal-body\\\">\\n\n\n<h4 class=\\\"\\\">Design systems in React Native: a storybook approach<\\\/h4>\\n\n\n<p>Have you ever wondered if the same principles and libraries used for web design systems can be applied to mobile ones? We did. In Belka we created a boilerplate and documentation to build a reproducible process for web design systems but soon we realised that the logic and the code structure for mobile design systems are slightly different from what we chose.<br \\\/>.<\\\/p>\\n<\\\/div>\\n<\\\/div>\\n\n\n<p><button class=\\\"uk-button uk-button-default uk-margin-small-right\\\" type=\\\"button\\\" uk-toggle=\\\"target: #modal-example3d\\\">BIO<\\\/button><\\\/p>\\n\n\n<div id=\\\"modal-example3d\\\" uk-modal=\\\"\\\">\\n\n\n<div class=\\\"uk-modal-dialog uk-modal-body\\\">\\n\n\n<h4 class=\\\"\\\">Software Engineer at Belka<\\\/h4>\\n\n\n<p>I\\u2019m a software engineer at Belka, a digital product studio based in the Italian Alps. I develop websites and mobile apps using React and React Native. When I am not coding, you can find me cooking, overanalyzing things, or taking long walks.<\\\/p>\\n\n\n<p class=\\\"uk-text-right\\\"><button class=\\\"uk-button uk-button-default uk-modal-close\\\" type=\\\"button\\\">Close<\\\/button><\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"content_column_breakpoint\":\"m\",\"icon_width\":80,\"id\":\"speakers-emily-jeffreys\",\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/Federica_Vacca_Fp3Gcap.jpg\",\"image_align\":\"left\",\"image_grid_breakpoint\":\"s\",\"image_grid_column_gap\":\"collapse\",\"image_grid_row_gap\":\"collapse\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link_style\":\"default\",\"link_text\":\"Read more\",\"margin\":\"default\",\"meta\":\"\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_margin\":\"small\",\"meta_style\":\"text-meta\",\"panel_image_no_padding\":true,\"panel_padding\":\"default\",\"panel_style\":\"card-default\",\"title\":\"\\\"Design systems in React Native: a storybook approach\\\"\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_style\":\"h2\"}}]}]}]},{\"name\":\"join us\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"padding_remove_bottom\":false,\"padding_remove_top\":false,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"margin\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"<span class=\\\"uk-text-primary\\\">join<\\\/span> us\",\"margin_remove_top\":true,\"title_element\":\"h2\",\"title_style\":\"heading-small\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"div\",\"divider_style\":\"small\"}}]}]},{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\",\"width_small\":\"1-3\"},\"children\":[{\"type\":\"panel\",\"props\":{\"content_column_breakpoint\":\"m\",\"css\":\"\\n.el-title {\\n    color: #fff!important;\\n\\n}\",\"icon_width\":80,\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/home_spk-2.png\",\"image_align\":\"top\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link\":\"https:\\\/\\\/react-native-heroes.eventengage.app\\\/register\",\"link_style\":\"default\",\"link_target\":false,\"link_text\":\"\",\"margin\":\"small\",\"margin_remove_top\":false,\"meta\":\"\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_image_no_padding\":true,\"panel_link\":true,\"panel_padding\":\"small\",\"panel_style\":\"card-primary\",\"text_align\":\"center\",\"title\":\"Join us as a participant\",\"title_align\":\"top\",\"title_element\":\"h5\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_style\":\"h3\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\",\"width_small\":\"1-3\"},\"children\":[{\"type\":\"panel\",\"props\":{\"content_column_breakpoint\":\"m\",\"css\":\".el-title {\\n    color: #fff!important;\\n\\n}\",\"icon_width\":80,\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/home_sponsor-2.png\",\"image_align\":\"top\",\"image_alt\":\"Join us as sponsor!\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link\":\"sponsors-reactnativeheroes\\\/\",\"link_style\":\"default\",\"link_target\":false,\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_image_no_padding\":true,\"panel_link\":true,\"panel_padding\":\"small\",\"panel_style\":\"card-primary\",\"text_align\":\"center\",\"title\":\"Join us as a sponsor\",\"title_align\":\"top\",\"title_element\":\"h5\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_style\":\"h3\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\",\"width_small\":\"1-3\"},\"children\":[{\"type\":\"panel\",\"props\":{\"content_column_breakpoint\":\"m\",\"css\":\".el-title {\\n    color: #fff!important;\\n\\n}\",\"icon_width\":80,\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/home_partner-2.png\",\"image_align\":\"top\",\"image_alt\":\"Join us as partner!\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_svg_color\":\"emphasis\",\"link\":\"https:\\\/\\\/tally.so\\\/r\\\/mYjzod\",\"link_style\":\"default\",\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_image_no_padding\":true,\"panel_link\":true,\"panel_padding\":\"small\",\"panel_style\":\"card-primary\",\"text_align\":\"center\",\"title\":\"Join us as a media partner\",\"title_align\":\"top\",\"title_element\":\"h5\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\",\"title_style\":\"h3\"}}]}],\"props\":{\"layout\":\"1-3,1-3,1-3\",\"match\":true}}],\"modified\":\"2021-12-01T13:35:56.714Z\"},{\"name\":\"ambassador\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"about\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"padding\":\"large\",\"padding_remove_bottom\":false,\"padding_remove_top\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\n\n<p>Become our <span class=\\\"uk-text-primary\\\">ambassador <\\\/span><\\\/p>\",\"title_element\":\"h2\",\"title_style\":\"h1\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"div\",\"divider_style\":\"small\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"column_divider\":true,\"content\":\"\n\n<p><strong>You like what we\\u2019re doing and you want to get involved. We get it, and we\\u2019ve got you. <\\\/strong><\\\/p>\\n\",\"margin\":\"default\",\"maxwidth\":\"2xlarge\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Support our events by being an event ambassador\",\"title_element\":\"h4\"}},{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<ul>\\n\n\n<li>Introduce us to industry associations\\\/ groups\\\/ social networks.<\\\/li>\\n\n\n<li>Introduce us to individual companies or, simply individuals.<\\\/li>\\n\n\n<li>Share our marketing messages and material with your networks (direct mail and\\\/or social media).<\\\/li>\\n\n\n<li>Participate in the event as a volunteer<\\\/li>\\n\n\n<li>Link our event (s) with your activity (e.g. our logo on your newsletter\\\/ website)<\\\/li>\\n\n\n<li>Include a review\\\/ preview of our event (s) in your newsletter\\\/ website\\\/ podcast<\\\/li>\\n<\\\/ul>\",\"margin\":\"default\"}}]}],\"props\":{\"layout\":\"1-2,1-2\",\"margin_remove_bottom\":true}}]},{\"name\":\"location new\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"about\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"padding_remove_bottom\":false,\"padding_remove_top\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"\n\n<p>The <span class=\\\"uk-text-primary\\\">Location <\\\/span><\\\/p>\",\"title_element\":\"h2\",\"title_style\":\"heading-small\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"div\",\"divider_style\":\"small\"}}]}],\"props\":{\"margin_remove_bottom\":true}},{\"type\":\"row\",\"props\":{\"layout\":\"2-3,1-3\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\",\"width_small\":\"1-3\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"column_divider\":true,\"content\":\"\n\n<p><strong><a href=\\\"https:\\\/\\\/www.museoauto.com\\\/en\\\/private-events\\\/congress-centre\\\/\\\" target=\\\"_blank\\\" rel=\\\"noopener\\\">MAUTO<\\\/a> - Museo dell'Automobile, Corso Unit\\u00e0 d'Italia 40, Torino<\\\/strong><\\\/p>\\n\n\n<p class=\\\"p1\\\">React Native Heroes 2023 will be held at the superb Museo dell\\u2019Automobile. Turin is the home of Fiat and the Turin car museum is a shiny testament to the city\\u2019s strong connection to the automotive industry. The congress centre is extremely modern and well-equipped as well as being light, bright and spacious. The ideal venue for meeting, networking, chatting and sharing ideas.<span class=\\\"Apple-converted-space\\\">\\u00a0<\\\/span><\\\/p>\",\"margin\":\"default\",\"maxwidth\":\"2xlarge\"}},{\"type\":\"button\",\"props\":{\"grid_column_gap\":\"small\",\"grid_row_gap\":\"small\",\"margin\":\"default\"},\"children\":[{\"type\":\"button_item\",\"props\":{\"button_style\":\"primary\",\"content\":\"See the Venue\",\"icon_align\":\"left\",\"link\":\"venue\\\/\"}},{\"type\":\"button_item\",\"props\":{\"button_style\":\"primary\",\"content\":\"MAP\",\"icon_align\":\"left\",\"link\":\"https:\\\/\\\/goo.gl\\\/maps\\\/LBoGydv7DaryfEAG7\",\"link_target\":\"blank\"}}]}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\",\"width_small\":\"1-3\"},\"children\":[{\"type\":\"image\",\"props\":{\"animation\":\"slide-bottom\",\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/MAUTO_Logo_g1_T-1.png\",\"image_height\":\"200\",\"image_svg_color\":\"emphasis\",\"link\":\"https:\\\/\\\/www.museoauto.com\\\/en\\\/\",\"link_target\":\"blank\",\"margin\":\"default\",\"visibility\":\"s\"}}]}]}]},{\"name\":\"About\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"about\",\"image_position\":\"center-center\",\"image_size\":\"cover\",\"padding_remove_bottom\":false,\"padding_remove_top\":false,\"style\":\"muted\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"layout\":\"1-2,1-2\",\"margin\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\",\"width_small\":\"1-1\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Keep <span class=\\\"uk-text-primary\\\">in touch!<\\\/span>\",\"id\":\"newsletter\",\"title_element\":\"h2\",\"title_style\":\"heading-small\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"div\",\"divider_style\":\"small\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-2\",\"width_small\":\"1-1\"},\"children\":[{\"type\":\"text\",\"props\":{\"column_breakpoint\":\"m\",\"content\":\"\n\n<form class=\\\"uk-form uk-panel js-form-newsletter\\\" action=\\\"https:\\\/\\\/mailchef.4dem.it\\\/subscribe.php\\\" method=\\\"post\\\" accept-charset=\\\"UTF-8\\\">\\n\n\n<div uk-grid=\\\"\\\" class=\\\"uk-grid\\\">\\n\n\n<div><input type=\\\"email\\\" class=\\\"el-input uk-input\\\" name=\\\"FormValue_Fields[EmailAddress]\\\" placeholder=\\\"email address\\\" id=\\\"FormValue_EmailAddress\\\" \\\/><\\\/div>\\n\n\n<div class=\\\"uk-width-auto@s\\\"><button class=\\\"el-button uk-button uk-button-default\\\" type=\\\"submit\\\" name=\\\"FormButton_Subscribe\\\" value=\\\"Subscribe\\\" id=\\\"FormButton_Subscribe\\\">Subscribe<\\\/button><\\\/div>\\n<\\\/div>\\n<input type=\\\"hidden\\\" name=\\\"FormValue_ListID\\\" value=\\\"90150\\\" \\\/> <input type=\\\"hidden\\\" name=\\\"FormValue_Command\\\" value=\\\"Subscriber.Add\\\" id=\\\"FormValue_Command\\\" \\\/><\\\/form>\",\"margin\":\"default\"}},{\"type\":\"social\",\"props\":{\"grid\":\"horizontal\",\"grid_gap\":\"small\",\"image_svg_inline\":true,\"link_style\":\"button\",\"link_target\":true,\"margin\":\"default\"},\"children\":[{\"type\":\"social_item\",\"props\":{\"link\":\"https:\\\/\\\/twitter.com\\\/flutterheroes\"}},{\"type\":\"social_item\",\"props\":{\"link\":\"https:\\\/\\\/www.youtube.com\\\/channel\\\/UCHbZnzJKKV358IEhrZCj5bg\"}},{\"type\":\"social_item\",\"props\":{\"link\":\"https:\\\/\\\/www.linkedin.com\\\/showcase\\\/flutter-heroes\\\/\"}},{\"type\":\"social_item\",\"props\":{\"link\":\"https:\\\/\\\/t.me\\\/flutterDev\"}}]}]}]}]},{\"name\":\"Sponsors\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"sponsors\",\"image_position\":\"bottom-right\",\"image_size\":\"contain\",\"media_visibility\":\"s\",\"padding\":\"large\",\"padding_remove_bottom\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"large\",\"layout\":\"1-3,2-3\",\"margin\":\"remove-vertical\",\"row_gap\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Prime\",\"margin_remove_bottom\":true,\"margin_remove_top\":true,\"title_color\":\"primary\",\"title_element\":\"h2\",\"title_style\":\"heading-medium\"}},{\"type\":\"headline\",\"props\":{\"content\":\"Sponsors\",\"margin_remove_top\":true,\"title_element\":\"h2\",\"title_style\":\"heading-small\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"small\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"grid\",\"props\":{\"animation\":\"none\",\"content_column_breakpoint\":\"m\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_column_align\":true,\"grid_column_gap\":\"medium\",\"grid_default\":\"1\",\"grid_divider\":true,\"grid_medium\":\"2\",\"grid_row_align\":true,\"grid_row_gap\":\"large\",\"grid_small\":\"2\",\"icon_width\":80,\"image_align\":\"bottom\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"link_style\":\"default\",\"link_target\":true,\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_link\":true,\"parallax_easing\":\"1\",\"show_content\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"text_align\":\"left\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/Acc_Logo_Black_Purple_RGB.png\\\" alt=\\\"Accenture\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">At the heart of every great change is a great human. If you have ideas, ingenuity and a passion for making a difference, come and be a part of our team. Every day around the world, we work with exceptional people, the latest and greatest tech and leading companies across industries.<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"link\":\"https:\\\/\\\/www.accenture.com\\\/us-en\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/syn-1.png\\\" alt=\\\"Synesthesia\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">Synesthesia is a digital experience company. We have been in the digital space for more than a decade. We bring life to your ideas: creating web, e-commerce &amp; mobile applications, digital marketing campaigns and solutions. <br \\\/>Synesthesia also offer an event production and management service, and manage their own events including droidcon Italy, Swift Heroes, Flutter Heroes, No Code Heroes and Girls Tech. <br \\\/>We provide value for our clients through our unique and innovative mix of know-how and creativity. Synesthesia is driven by passion for addressing technical and business challenges.<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"image\":\"\",\"image_alt\":\"Synesthesia\",\"link\":\"https:\\\/\\\/synesthesia.it\\\/\",\"meta\":\"\",\"title\":\"\"}}]}]}]}]},{\"name\":\"Sponsors\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"sponsors\",\"image_position\":\"bottom-right\",\"image_size\":\"contain\",\"media_visibility\":\"s\",\"padding\":\"large\",\"padding_remove_bottom\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"large\",\"layout\":\"1-3,2-3\",\"margin\":\"remove-vertical\",\"row_gap\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"feature\",\"margin_remove_bottom\":true,\"margin_remove_top\":true,\"title_color\":\"primary\",\"title_element\":\"h2\",\"title_style\":\"heading-medium\"}},{\"type\":\"headline\",\"props\":{\"content\":\"Sponsor\",\"margin_remove_top\":true,\"title_element\":\"h2\",\"title_style\":\"heading-small\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"small\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"grid\",\"props\":{\"animation\":\"none\",\"content_column_breakpoint\":\"m\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_column_align\":true,\"grid_column_gap\":\"medium\",\"grid_default\":\"1\",\"grid_divider\":true,\"grid_medium\":\"2\",\"grid_row_align\":true,\"grid_row_gap\":\"large\",\"grid_small\":\"2\",\"icon_width\":80,\"image_align\":\"bottom\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"link_style\":\"default\",\"link_target\":true,\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_link\":true,\"parallax_easing\":\"1\",\"show_content\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"text_align\":\"left\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"wp-content\\\/uploads\\\/sites\\\/5\\\/nl_supporting_wezard.png\\\" alt=\\\"wezard\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">Wezard is a talented software house that designs, develops and scales outstanding apps with cutting-edge technologies in weeks, not months.\\n<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"link\":\"https:\\\/\\\/wezard.it\\\/wezard-sviluppoapplicazioni?utm_campaign=reactnativeheroes\"}}]}]}]}]},{\"name\":\"Fature spons\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"sponsors\",\"image_position\":\"bottom-right\",\"image_size\":\"contain\",\"media_visibility\":\"s\",\"padding\":\"large\",\"padding_remove_bottom\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"large\",\"layout\":\"1-3,2-3\",\"margin\":\"remove-vertical\",\"row_gap\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"supporting\",\"margin_remove_bottom\":true,\"margin_remove_top\":true,\"title_color\":\"primary\",\"title_element\":\"h2\",\"title_style\":\"h1\"}},{\"type\":\"headline\",\"props\":{\"content\":\"Sponsors\",\"margin_remove_top\":true,\"title_element\":\"h2\",\"title_style\":\"h2\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"small\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"grid\",\"props\":{\"animation\":\"none\",\"content_column_breakpoint\":\"m\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_column_align\":false,\"grid_column_gap\":\"medium\",\"grid_default\":\"2\",\"grid_divider\":true,\"grid_medium\":\"3\",\"grid_row_align\":true,\"grid_small\":\"3\",\"icon_width\":80,\"image_align\":\"bottom\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"link_style\":\"default\",\"link_target\":true,\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_link\":true,\"parallax_easing\":\"1\",\"show_content\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"text_align\":\"center\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/software-mansion-logo-S-negatyw-1.svg\",\"link\":\"https:\\\/\\\/swmansion.com\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/logo-rgb.png\\\" alt=\\\"postpickr\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">PostPickr \\u00e8 una startup innovativa che ha creato la prima piattaforma di social media management interamente progettata e sviluppata in Italia. Fondata nel 2013 ed attiva sul mercato dal 2016, oggi \\u00e8 accreditata in Italia come la principale alternativa ai big player internazionali del settore.\\n<br \/>\\nNel solo mercato italiano PostPickr vanta oltre 100.000 utenti iscritti alla piattaforma, tra professionisti, agenzie, brand ed imprese, ed \\u00e8 partner di consulenti ed organizzazioni leader nel settore del marketing per i social media.\\n<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"image\":\"\",\"image_alt\":\"4dem\",\"link\":\"https:\\\/\\\/www.postpickr.com\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/logo_mela.png\\\" alt=\\\"mela\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">We are an agency created by a team of marketing and advertising experts specialised in various e-commerce platforms.<br \\\/>Our Marketstore Masters Program:<br \\\/>\\u2022 was designed as a support for companies, entrepreneurs and individuals who want to create or implement their own online businesses<br \\\/>\\u2022 avoids wasting time and resources due to the support of professionals who are experienced in international marketplaces<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"image\":\"\",\"image_alt\":\"4dem\",\"link\":\"https:\\\/\\\/www.mela.services\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n  <a href=\\\"https:\\\/\\\/www.grigua.it\\\/web\\\/\\\" target=\\\"_blank\\\">\\n    \n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/grigua_nero.png\\\" alt=\\\"grigua\\\"><\\\/h2>\\n  <\\\/a>\\n  \n\n<div class=\\\"popover__content\\\">\\n     \n\n<p class=\\\"popover__message\\\">\\n Grigua's goal is to provide companies with an information system that allows them to support the sales force in their activity of monitoring the point of sale.\\nThe project is call Grigua SalesTools and is a suite of software products that allows you to manage all the activities for the supervision of the store, the project consists of several integrated modules that can be activated depending on the needs of the customer.\\nThe information collected is processed and reused in accordance with the needs.\\n<br \/>\\nGrigua is a company born in 2011 from the will of two partners to use their professionalism in the trade marketing to create an innovative system of supervision of the points of sale. The active participation in the implementation of countless networks for managing the points of sale in different channels, both in Italy and abroad, has allowed them to develop a complete vision of the business.\\n\\n\\n<\\\/p>\\n  <\\\/div>\\n<\\\/div>\",\"image\":\"\",\"image_alt\":\"its\",\"link\":\"https:\\\/\\\/www.grigua.it\\\/web\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n  <a href=\\\"https:\\\/\\\/redabissi.com\\\/\\\" target=\\\"_blank\\\">\\n    \n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/Tavola-disegno-6-copia-3@3x.png\\\" alt=\\\"redabissi\\\"><\\\/h2>\\n  <\\\/a>\\n  \n\n<div class=\\\"popover__content\\\">\\n    \n\n<p class=\\\"popover__message\\\">\\nRedHab is the Social Media Management platform from RedAbissi dedicated to Brands and all companies that sell single or multiple lines, franchises, networks, consortiums, agencies partners and resellers. <br \/>\\nRedHab is a tool that brands can use to provide posts and content to all of these selling points, in a simple, quick and effective way. The content is added to the sellers\\u2019 social activity which increases in store traffic. \\n<\\\/p>\\n  <\\\/div>\\n<\\\/div>\",\"image\":\"\",\"image_alt\":\"4dem\",\"link\":\"https:\\\/\\\/redabissi.com\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/02-sticker-mule-logo-light.png\\\" alt=\\\"stickermule\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">Sticker Mule is the easiest way to buy custom products online. Thousands of people all around the world trust Sticker Mule to make kick ass stickers, labels, magnets, badges & more. Order in 60 seconds and get free online proofs, free shipping and super fast turnaround\\n<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"link\":\"https:\\\/\\\/mule.to\\\/p3ja\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/4dem.png\\\" alt=\\\"4dem\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">4Dem is a direct marketing platform 100% made in Italy, chosen by over 20,000 companies. 4Dem allows you to send Email and SMS campaigns, create automatic flows, create compilation forms, web pages and monitor the statistics of submissions.\\nFind out more on 4dem.it\\n<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"link\":\"https:\\\/\\\/www.4dem.it\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/Screenshot-2023-02-14-at-15.54.54.png\",\"link\":\"https:\\\/\\\/ecommerce.caffealberto.it\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/wibo2.png\\\" alt=\\\"wibo\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">Wibo is the platform that makes corporate education fun, memorable and interactive through micro-learning, gamification and meaningful meetings.\\n<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"link\":\"https:\\\/\\\/wibo.app\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/Quaerys.png\\\" alt=\\\"Quaerys\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">Quaerys is a 'technology boutique', formerly a spin-off of the University of Turin, offering innovative services and products in the field of Data Science, with a particular focus on the fields of Strategic Planning, Communication and Digital Marketing. The distinctive elements of Quaerys' offerings are the reliability of the scientific method and the richness of sociological theory, used to interpret data and guarantee the client immediately actionable evidence-based insights in his decision-making process.\\n<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"link\":\"https:\\\/\\\/www.quaerys.com\\\/en\\\/\"}}]}]}]}],\"modified\":\"2022-02-07T13:13:33.273Z\"},{\"name\":\"event production\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"sponsors\",\"image_position\":\"bottom-right\",\"image_size\":\"contain\",\"media_visibility\":\"s\",\"padding\":\"large\",\"padding_remove_bottom\":true,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"large\",\"layout\":\"1-3,2-3\",\"margin\":\"remove-vertical\",\"row_gap\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Event\",\"margin_remove_bottom\":true,\"margin_remove_top\":true,\"title_color\":\"primary\",\"title_element\":\"h2\",\"title_style\":\"h2\"}},{\"type\":\"headline\",\"props\":{\"content\":\"Production\",\"margin_remove_top\":true,\"title_element\":\"h2\",\"title_style\":\"h2\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"small\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"grid\",\"props\":{\"animation\":\"none\",\"content_column_breakpoint\":\"m\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_column_align\":true,\"grid_column_gap\":\"medium\",\"grid_default\":\"1\",\"grid_divider\":true,\"grid_medium\":\"2\",\"grid_row_align\":true,\"grid_row_gap\":\"large\",\"grid_small\":\"2\",\"icon_width\":80,\"image_align\":\"bottom\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"link_style\":\"default\",\"link_target\":true,\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_link\":true,\"parallax_easing\":\"1\",\"show_content\":true,\"show_image\":true,\"show_link\":true,\"show_meta\":true,\"show_title\":true,\"text_align\":\"left\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"content\":\"\n\n<div class=\\\"popover__wrapper\\\">\\n\n\n<h2 class=\\\"popover__title\\\"><img src=\\\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/logo_syn_events_colori.png\\\" alt=\\\"Synesthesia\\\" \\\/><\\\/h2>\\n\n\n<div class=\\\"popover__content\\\">\\n\n\n<p class=\\\"popover__message\\\">A new way of thinking about events that involves\\npeople, regardless of their geographic location.<br \/>\\nWe make use of the technological skills of Synesthesia Factory, the knowledge of the Marketing and Communication teams, the experience gained in more than 7 years of organization of events and training courses for our Academy and is always updated thanks to studies from the Innovation area.<\\\/p>\\n<\\\/div>\\n<\\\/div>\",\"image\":\"\",\"image_alt\":\"Synesthesia\",\"link\":\"https:\\\/\\\/synesthesia.it\\\/\",\"meta\":\"\",\"title\":\"\"}}]}]}]}]},{\"name\":\"Media partners\",\"type\":\"section\",\"props\":{\"animation\":\"slide-bottom-medium\",\"animation_delay\":\"200\",\"id\":\"sponsors\",\"image_position\":\"bottom-right\",\"image_size\":\"contain\",\"media_visibility\":\"s\",\"padding\":\"large\",\"padding_remove_bottom\":false,\"style\":\"default\",\"title_breakpoint\":\"xl\",\"title_position\":\"top-left\",\"title_rotation\":\"left\",\"vertical_align\":\"middle\",\"width\":\"default\"},\"children\":[{\"type\":\"row\",\"props\":{\"column_gap\":\"large\",\"layout\":\"1-3,2-3\",\"margin\":\"remove-vertical\",\"row_gap\":\"large\"},\"children\":[{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"1-3\"},\"children\":[{\"type\":\"headline\",\"props\":{\"content\":\"Partners\",\"margin_remove_bottom\":true,\"margin_remove_top\":true,\"title_color\":\"primary\",\"title_element\":\"h2\",\"title_style\":\"h2\"}},{\"type\":\"divider\",\"props\":{\"divider_element\":\"hr\",\"divider_style\":\"small\"}}]},{\"type\":\"column\",\"props\":{\"image_position\":\"center-center\",\"position_sticky_breakpoint\":\"m\",\"width_medium\":\"2-3\"},\"children\":[{\"type\":\"grid\",\"props\":{\"animation\":\"none\",\"content_column_breakpoint\":\"m\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_column_align\":false,\"grid_column_gap\":\"medium\",\"grid_default\":\"2\",\"grid_divider\":true,\"grid_medium\":\"3\",\"grid_row_align\":true,\"grid_small\":\"3\",\"icon_width\":80,\"image_align\":\"bottom\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"link_style\":\"default\",\"link_target\":true,\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_link\":true,\"parallax_easing\":\"1\",\"show_content\":false,\"show_image\":true,\"show_link\":true,\"show_meta\":false,\"show_title\":false,\"text_align\":\"center\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/3X1_TIGNA-SX.png\",\"link\":\"https:\\\/\\\/www.grusp.org\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/unnamed-1.png\",\"link\":\"https:\\\/\\\/thecmmbay.com\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/Packt_Logo-02.svg\",\"link\":\"https:\\\/\\\/www.packtpub.com\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/wtm-italia.png\",\"link\":\"https:\\\/\\\/developers.google.com\\\/womentechmakers\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/logo_gt_2000x600.jpg\",\"link\":\"https:\\\/\\\/www.girlstech.it\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/FullLogo-Black.png\",\"link\":\"https:\\\/\\\/www.womenwhocode.com\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/Apiumhub-logo_black.png\",\"link\":\"http:\\\/\\\/www.apiumhub.com\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/logo_swiftheroes_ufficiale_SH-blu.png\",\"link\":\"https:\\\/\\\/swiftheroes.com\\\/2023\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/FH-logo-1.png\",\"link\":\"https:\\\/\\\/flutterheroes.com\\\/2023\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/droidcon_italy-blue@4x.png\",\"link\":\"https:\\\/\\\/it.droidcon.com\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/case-conf2.png\",\"link\":\"https:\\\/\\\/2023.cloudconf.it\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/adilogo.png\",\"link\":\"https:\\\/\\\/androiddevs.it\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/fuzzy-brains-logo.svg\",\"link\":\"https:\\\/\\\/www.fuzzybrains.org\\\/it\\\/\",\"title\":\"fuzzy-brains-logo\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/logo-1.svg\",\"link\":\"https:\\\/\\\/www.schrodinger-hat.it\\\/\",\"title\":\"logo\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/PointerPodcast_Logo.svg\",\"link\":\"https:\\\/\\\/pointerpodcast.it\\\/\",\"title\":\"PointerPodcast_Logo\"}}]},{\"type\":\"grid\",\"props\":{\"animation\":\"none\",\"content_column_breakpoint\":\"m\",\"filter_align\":\"left\",\"filter_all\":true,\"filter_grid_breakpoint\":\"m\",\"filter_grid_width\":\"auto\",\"filter_position\":\"top\",\"filter_style\":\"tab\",\"grid_column_align\":false,\"grid_column_gap\":\"medium\",\"grid_default\":\"2\",\"grid_divider\":true,\"grid_medium\":\"3\",\"grid_row_align\":true,\"grid_small\":\"3\",\"icon_width\":80,\"image_align\":\"bottom\",\"image_grid_breakpoint\":\"m\",\"image_grid_width\":\"1-2\",\"image_margin\":\"medium\",\"image_svg_color\":\"emphasis\",\"item_animation\":true,\"link_style\":\"default\",\"link_target\":true,\"link_text\":\"\",\"margin\":\"default\",\"meta_align\":\"below-title\",\"meta_element\":\"div\",\"meta_style\":\"text-meta\",\"panel_link\":true,\"parallax_easing\":\"1\",\"show_content\":false,\"show_image\":true,\"show_link\":true,\"show_meta\":false,\"show_title\":false,\"text_align\":\"center\",\"title_align\":\"top\",\"title_element\":\"h3\",\"title_grid_breakpoint\":\"m\",\"title_grid_width\":\"1-2\",\"title_hover_style\":\"reset\"},\"children\":[{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/Logo_SuperheroValley-ai.png\",\"link\":\"https:\\\/\\\/superherovalley.fun\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/SheTech-ai.png\",\"link\":\"https:\\\/\\\/shetechitaly.org\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/sites\\\/5\\\/lit.png\",\"link\":\"https:\\\/\\\/latina-in-tech.github.io\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"wp-content\\\/uploads\\\/2022-02-08-17.31.19.jpg\",\"link\":\"https:\\\/\\\/gdg.community.dev\\\/\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/gdgpescara-logo.svg\",\"link\":\"https:\\\/\\\/gdg.community.dev\\\/gdg-pescara\\\/\",\"title\":\"gdgpescara-logo\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/logo_gdg.svg\",\"link\":\"https:\\\/\\\/gdgpisa.it\\\/\",\"title\":\"logo_gdg\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/campobasso.png\",\"link\":\"https:\\\/\\\/gdg.community.dev\\\/gdg-campobasso\\\/\",\"title\":\"campobasso\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/gdg.ec7c80ea.jpg\",\"link\":\"https:\\\/\\\/gdg.community.dev\\\/gdg-cloud-torino\\\/\",\"title\":\"gdg.ec7c80ea\"}},{\"type\":\"grid_item\",\"props\":{\"image\":\"https:\\\/\\\/flutterheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/4\\\/flutter_torino_logo.png\",\"link\":\"https:\\\/\\\/www.meetup.com\\\/it-IT\\\/flutter-torino\\\/\",\"title\":\"flutter_torino_logo\"}}]}]}]}],\"modified\":\"2022-02-07T13:13:44.241Z\"}],\"version\":\"4.0.6\"} --><\/p>\n","protected":false},"excerpt":{"rendered":"<p>post event video here for you we&#8217;ll be back in 2024! take a look at the official photos stay in touch with the news React Native Heroes Conference16 June 2023 &#8211; Turin, Italy React Native Heroes provided a unique learning and networking opportunity for the Italian community of React Native developers. Every week React Native [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":1704,"parent":0,"menu_order":6,"comment_status":"closed","ping_status":"closed","template":"","meta":{"footnotes":""},"class_list":["post-19","page","type-page","status-publish","has-post-thumbnail","hentry"],"yoast_head":"<!-- This site is optimized with the Yoast SEO plugin v27.4 - https:\/\/yoast.com\/product\/yoast-seo-wordpress\/ -->\n<title>React Native Heroes 2023 - 16 June - Turin, Italy<\/title>\n<meta name=\"description\" content=\"React Native Heroes Conference - 16 June 2023 - Turin, Italy - the leading React Native conference in Italy with global experts.\" \/>\n<meta name=\"robots\" content=\"index, follow, max-snippet:-1, max-image-preview:large, max-video-preview:-1\" \/>\n<link rel=\"canonical\" href=\"https:\/\/reactnativeheroes.com\/2023\/\" \/>\n<meta property=\"og:locale\" content=\"en_US\" \/>\n<meta property=\"og:type\" content=\"article\" \/>\n<meta property=\"og:title\" content=\"React Native Heroes 2023 - 16 June - Turin, Italy\" \/>\n<meta property=\"og:description\" content=\"React Native Heroes Conference - 16 June 2023 - Turin, Italy - the leading React Native conference in Italy with global experts.\" \/>\n<meta property=\"og:url\" content=\"https:\/\/reactnativeheroes.com\/2023\/\" \/>\n<meta property=\"og:site_name\" content=\"React Native Heroes 2023.\" \/>\n<meta property=\"article:modified_time\" content=\"2024-04-23T11:22:42+00:00\" \/>\n<meta property=\"og:image\" content=\"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_save-the-date.png\" \/>\n\t<meta property=\"og:image:width\" content=\"1360\" \/>\n\t<meta property=\"og:image:height\" content=\"680\" \/>\n\t<meta property=\"og:image:type\" content=\"image\/png\" \/>\n<meta name=\"twitter:card\" content=\"summary_large_image\" \/>\n<meta name=\"twitter:label1\" content=\"Est. reading time\" \/>\n\t<meta name=\"twitter:data1\" content=\"18 minutes\" \/>\n<script type=\"application\/ld+json\" class=\"yoast-schema-graph\">{\"@context\":\"https:\\\/\\\/schema.org\",\"@graph\":[{\"@type\":\"WebPage\",\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/\",\"url\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/\",\"name\":\"React Native Heroes 2023 - 16 June - Turin, Italy\",\"isPartOf\":{\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#website\"},\"primaryImageOfPage\":{\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#primaryimage\"},\"image\":{\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#primaryimage\"},\"thumbnailUrl\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/sito_hero_save-the-date.png\",\"datePublished\":\"2013-11-16T00:00:00+00:00\",\"dateModified\":\"2024-04-23T11:22:42+00:00\",\"description\":\"React Native Heroes Conference - 16 June 2023 - Turin, Italy - the leading React Native conference in Italy with global experts.\",\"breadcrumb\":{\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#breadcrumb\"},\"inLanguage\":\"en-US\",\"potentialAction\":[{\"@type\":\"ReadAction\",\"target\":[\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/\"]}]},{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#primaryimage\",\"url\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/sito_hero_save-the-date.png\",\"contentUrl\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/sito_hero_save-the-date.png\",\"width\":1360,\"height\":680},{\"@type\":\"BreadcrumbList\",\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#breadcrumb\",\"itemListElement\":[{\"@type\":\"ListItem\",\"position\":1,\"name\":\"Home\",\"item\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/\"},{\"@type\":\"ListItem\",\"position\":2,\"name\":\"React Native Heroes 2023\"}]},{\"@type\":\"WebSite\",\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#website\",\"url\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/\",\"name\":\"React Native Heroes 2023\",\"description\":\"The React Native Conference\",\"publisher\":{\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#organization\"},\"potentialAction\":[{\"@type\":\"SearchAction\",\"target\":{\"@type\":\"EntryPoint\",\"urlTemplate\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/?s={search_term_string}\"},\"query-input\":{\"@type\":\"PropertyValueSpecification\",\"valueRequired\":true,\"valueName\":\"search_term_string\"}}],\"inLanguage\":\"en-US\"},{\"@type\":\"Organization\",\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#organization\",\"name\":\"React Native Heroes\",\"url\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/\",\"logo\":{\"@type\":\"ImageObject\",\"inLanguage\":\"en-US\",\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#\\\/schema\\\/logo\\\/image\\\/\",\"url\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/ReactNativeHeroes.png\",\"contentUrl\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/wp-content\\\/uploads\\\/sites\\\/5\\\/ReactNativeHeroes.png\",\"width\":688,\"height\":276,\"caption\":\"React Native Heroes\"},\"image\":{\"@id\":\"https:\\\/\\\/reactnativeheroes.com\\\/2023\\\/#\\\/schema\\\/logo\\\/image\\\/\"}}]}<\/script>\n<!-- \/ Yoast SEO plugin. -->","yoast_head_json":{"title":"React Native Heroes 2023 - 16 June - Turin, Italy","description":"React Native Heroes Conference - 16 June 2023 - Turin, Italy - the leading React Native conference in Italy with global experts.","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:\/\/reactnativeheroes.com\/2023\/","og_locale":"en_US","og_type":"article","og_title":"React Native Heroes 2023 - 16 June - Turin, Italy","og_description":"React Native Heroes Conference - 16 June 2023 - Turin, Italy - the leading React Native conference in Italy with global experts.","og_url":"https:\/\/reactnativeheroes.com\/2023\/","og_site_name":"React Native Heroes 2023.","article_modified_time":"2024-04-23T11:22:42+00:00","og_image":[{"width":1360,"height":680,"url":"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_save-the-date.png","type":"image\/png"}],"twitter_card":"summary_large_image","twitter_misc":{"Est. reading time":"18 minutes"},"schema":{"@context":"https:\/\/schema.org","@graph":[{"@type":"WebPage","@id":"https:\/\/reactnativeheroes.com\/2023\/","url":"https:\/\/reactnativeheroes.com\/2023\/","name":"React Native Heroes 2023 - 16 June - Turin, Italy","isPartOf":{"@id":"https:\/\/reactnativeheroes.com\/2023\/#website"},"primaryImageOfPage":{"@id":"https:\/\/reactnativeheroes.com\/2023\/#primaryimage"},"image":{"@id":"https:\/\/reactnativeheroes.com\/2023\/#primaryimage"},"thumbnailUrl":"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_save-the-date.png","datePublished":"2013-11-16T00:00:00+00:00","dateModified":"2024-04-23T11:22:42+00:00","description":"React Native Heroes Conference - 16 June 2023 - Turin, Italy - the leading React Native conference in Italy with global experts.","breadcrumb":{"@id":"https:\/\/reactnativeheroes.com\/2023\/#breadcrumb"},"inLanguage":"en-US","potentialAction":[{"@type":"ReadAction","target":["https:\/\/reactnativeheroes.com\/2023\/"]}]},{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/reactnativeheroes.com\/2023\/#primaryimage","url":"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_save-the-date.png","contentUrl":"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/sites\/5\/sito_hero_save-the-date.png","width":1360,"height":680},{"@type":"BreadcrumbList","@id":"https:\/\/reactnativeheroes.com\/2023\/#breadcrumb","itemListElement":[{"@type":"ListItem","position":1,"name":"Home","item":"https:\/\/reactnativeheroes.com\/2023\/"},{"@type":"ListItem","position":2,"name":"React Native Heroes 2023"}]},{"@type":"WebSite","@id":"https:\/\/reactnativeheroes.com\/2023\/#website","url":"https:\/\/reactnativeheroes.com\/2023\/","name":"React Native Heroes 2023","description":"The React Native Conference","publisher":{"@id":"https:\/\/reactnativeheroes.com\/2023\/#organization"},"potentialAction":[{"@type":"SearchAction","target":{"@type":"EntryPoint","urlTemplate":"https:\/\/reactnativeheroes.com\/2023\/?s={search_term_string}"},"query-input":{"@type":"PropertyValueSpecification","valueRequired":true,"valueName":"search_term_string"}}],"inLanguage":"en-US"},{"@type":"Organization","@id":"https:\/\/reactnativeheroes.com\/2023\/#organization","name":"React Native Heroes","url":"https:\/\/reactnativeheroes.com\/2023\/","logo":{"@type":"ImageObject","inLanguage":"en-US","@id":"https:\/\/reactnativeheroes.com\/2023\/#\/schema\/logo\/image\/","url":"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/sites\/5\/ReactNativeHeroes.png","contentUrl":"https:\/\/reactnativeheroes.com\/2023\/wp-content\/uploads\/sites\/5\/ReactNativeHeroes.png","width":688,"height":276,"caption":"React Native Heroes"},"image":{"@id":"https:\/\/reactnativeheroes.com\/2023\/#\/schema\/logo\/image\/"}}]}},"_links":{"self":[{"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/pages\/19","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/pages"}],"about":[{"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/types\/page"}],"author":[{"embeddable":true,"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/comments?post=19"}],"version-history":[{"count":766,"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/pages\/19\/revisions"}],"predecessor-version":[{"id":2011,"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/pages\/19\/revisions\/2011"}],"wp:featuredmedia":[{"embeddable":true,"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/media\/1704"}],"wp:attachment":[{"href":"https:\/\/reactnativeheroes.com\/2023\/wp-json\/wp\/v2\/media?parent=19"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}