SlideShare a Scribd company logo
1 of 36
Download to read offline
Building VR & AR
with React Native
@dabit3
Nader Dabit
1. Layouts
2.Viro React API
3.Why Viro
Takeaways
Hype cycle
Why AR?
AR is winning
Building with React
React VR
Viro React
React Native AR Kit
VIRO MEDIA IS THE CREATOR OFVIROREACT AND
VIROCORE, PLATFORMS FOR DEVELOPERS TO BUILD
IMMERSIVE AUGMENTED REALITY (AR) ANDVIRTUAL
REALITY (VR) APPLICATIONS.
AR
ARKit
VR
Renderer runs natively on iOS &
Android hardware
ARKIT ARCORE
SLAM POSITIONAL TRACKING, POSING POSITIONAL TRACKING, POSING
DETECTION PLANES, HIT POINTS PLANES, HIT POINTS
DEVICES IPHONE SE, 6S/6S+, 7/7+, 8/8+, X | IPAD 2017 AND PRO SAMSUNG 8, PIXEL, TBA
EST. USERS (E2017) 200-500M 100M
TRACKING
RENDERING
SCENEKIT UNITY/UNREAL VIRO
3D RENDERING YES YES YES
LIGHTING, SHADOWS YES YES YES
PHYSICS, PARTICLES YES YES YES
LAYOUTS, ANIMATIONS YES YES YES
CROSS PLATFORM NO YES YES
REACT BASED NO NO YES
<div class=‘container’ />
.container {
margin: 20px;
}
<ViroText
position={[2, 0, -2]}
text=“Hello World”
/>
Getting Started
1. Get API Key
2. Install CLI
npm install -g react-viro-cli
3. Generate project
react-viro init MyNewProject
Visit https://viromedia.com/
Getting Started
Building / Testing
1. Run directly on device
2. Download Viro Media app &
run on testbed device
API
import { ViroImage } from ‘react-viro’
<ViroImage
position={[2, 0, -2]}
height={2}
width={2}
source={require(“./path”)}
/>
Hello World
ViroBox,
ViroMaterials,
Import Components
<ViroBox position={[0, -.5, -1]} scale={[.3, .3, .1]}
materials={["grid"]} />
New Component in render()
ViroMaterials.createMaterials({
grid: {
diffuseTexture: require('./res/grid_bg.jpg'),
},
});
Add after class declaration
Adding a Box to a Scene
Viro3DObject,
ViroAmbientLight,
ViroSpotLight,
Import Components
<ViroAmbientLight color={"#aaaaaa"} />
<ViroSpotLight
innerAngle={5}
outerAngle={90}
direction={[0,-1,-.2]}
position={[0, 3, 1]}
color="#ffffff"
castsShadow={true} />
<Viro3DObject
source={require('./res/emoji_smile/emoji_smile.vrx')}
position={[-.5, -.5, -.5]}
scale={[.2, .2, .2]}
type="VRX" />
New Components in render()
Adding a 3D object to a Scene
ViroARPlaneSelector,
Import Components
<ViroARPlaneSelector>
</ViroARPlaneSelector>
New Component in render()
Plane Selector
Add Dinosaur to Plane Selector
<ViroARPlaneSelector>
<Viro3DObject
source={require('./res/emoji_sad/emoji_sad.vrx')}
position={[0, .25, 0]}
scale={[.2, .2, .2]}
type="VRX" />
</ViroARPlaneSelector>
Add Viro3DObject to ViroARPlaneSelector
Shadows & Lights
ViroSurface,
Import Component
<Viro3DObject
source={require('./res/
emoji_angry/emoji_angry.vrx')}
position={[0, .15, 0]}
scale={[.2, .2, .2]}
type="VRX"
lightReceivingBitMask={3}
shadowCastingBitMask={2} />
Update Component in ARPlaneSelector
Add Components in ARPlaneSelecteor
<ViroSpotLight
innerAngle={5}
outerAngle={45}
direction={[0,-1,-.2]}
position={[0, 3, 1]}
color="#ffffff"
castsShadow={true}
influenceBitMask={2}
shadowMapSize={2048}
shadowNearZ={2}
shadowFarZ={5}
shadowOpacity={.7} />
<ViroSurface
rotation={[-90,0,0]}
width={.5} height={.5}
arShadowReceiver={true}
lightReceivingBitMask={2} />
ViroAnimations,
Import Component
ViroAnimations.registerAnimations({
rotate: {
properties: {
rotateY: "+90"
},
duration: 250, //.25 seconds
},
});
Add to Viro component
Animate Objects
Register Animation
animation={{name: "rotate", run: true, loop: true}}
ViroNode
Import Components
onDrag(dragToPos, source) {
// dragtoPos[0]: x position,
// dragtoPos[1]: y position,
// dragtoPos[2]: z position
}
<ViroNode
position={this.state.positions}
dragType=“FixedToWorld"
onDrag={this.onDrag}
>
ViroNode
Interact with Objects
@dabit3
Nader Dabit

More Related Content

What's hot

ARCore Shared 3d Worlds
ARCore Shared 3d WorldsARCore Shared 3d Worlds
ARCore Shared 3d WorldsSergii Kozyrev
 
Laser Beam Scanning LiDAR: MEMS-Driven 3D Sensing Automotive Applications fro...
Laser Beam Scanning LiDAR: MEMS-Driven 3D Sensing Automotive Applications fro...Laser Beam Scanning LiDAR: MEMS-Driven 3D Sensing Automotive Applications fro...
Laser Beam Scanning LiDAR: MEMS-Driven 3D Sensing Automotive Applications fro...Jari Honkanen
 
Want to See Your Wild Imaginations Come to life? With Apple ARKit You Can!
Want to See Your Wild Imaginations Come to life? With Apple ARKit You Can!Want to See Your Wild Imaginations Come to life? With Apple ARKit You Can!
Want to See Your Wild Imaginations Come to life? With Apple ARKit You Can!Helios Solutions
 
The Future Of Augmented Reality - Lynne d Johnson WebVisions Portland 2014 #W...
The Future Of Augmented Reality - Lynne d Johnson WebVisions Portland 2014 #W...The Future Of Augmented Reality - Lynne d Johnson WebVisions Portland 2014 #W...
The Future Of Augmented Reality - Lynne d Johnson WebVisions Portland 2014 #W...Lynne d Johnson
 
ICISTS 2011 Conference Mobile AR Presentation
ICISTS 2011 Conference Mobile AR PresentationICISTS 2011 Conference Mobile AR Presentation
ICISTS 2011 Conference Mobile AR PresentationMark Billinghurst
 
Antti Sunnari (Dispelix Ltd): Full-color, single-waveguide near-eye displays ...
Antti Sunnari (Dispelix Ltd): Full-color, single-waveguide near-eye displays ...Antti Sunnari (Dispelix Ltd): Full-color, single-waveguide near-eye displays ...
Antti Sunnari (Dispelix Ltd): Full-color, single-waveguide near-eye displays ...AugmentedWorldExpo
 
Jonathan Waldern (DigiLens): DigiLens Switchable Bragg Grating Waveguide Opti...
Jonathan Waldern (DigiLens): DigiLens Switchable Bragg Grating Waveguide Opti...Jonathan Waldern (DigiLens): DigiLens Switchable Bragg Grating Waveguide Opti...
Jonathan Waldern (DigiLens): DigiLens Switchable Bragg Grating Waveguide Opti...AugmentedWorldExpo
 
The overview of VR solutions
The overview of VR solutionsThe overview of VR solutions
The overview of VR solutionsRouyun Pan
 
Next Generation Video Platform
Next Generation Video PlatformNext Generation Video Platform
Next Generation Video PlatformSean Everett
 
Soon gi Park (LetinAR): PinMR: Novel Optical Solution for AR Glasses
Soon gi Park (LetinAR): PinMR: Novel Optical Solution for AR GlassesSoon gi Park (LetinAR): PinMR: Novel Optical Solution for AR Glasses
Soon gi Park (LetinAR): PinMR: Novel Optical Solution for AR GlassesAugmentedWorldExpo
 
Dominic Eskofier (Nvidia) Every Millisecond Counts: How to Render Faster for ...
Dominic Eskofier (Nvidia) Every Millisecond Counts: How to Render Faster for ...Dominic Eskofier (Nvidia) Every Millisecond Counts: How to Render Faster for ...
Dominic Eskofier (Nvidia) Every Millisecond Counts: How to Render Faster for ...AugmentedWorldExpo
 
Introduction to Extended Reality - XR
Introduction to Extended Reality - XRIntroduction to Extended Reality - XR
Introduction to Extended Reality - XRKumar Ahir
 

What's hot (16)

ARCore Shared 3d Worlds
ARCore Shared 3d WorldsARCore Shared 3d Worlds
ARCore Shared 3d Worlds
 
ARCore 101
ARCore 101ARCore 101
ARCore 101
 
Laser Beam Scanning LiDAR: MEMS-Driven 3D Sensing Automotive Applications fro...
Laser Beam Scanning LiDAR: MEMS-Driven 3D Sensing Automotive Applications fro...Laser Beam Scanning LiDAR: MEMS-Driven 3D Sensing Automotive Applications fro...
Laser Beam Scanning LiDAR: MEMS-Driven 3D Sensing Automotive Applications fro...
 
Want to See Your Wild Imaginations Come to life? With Apple ARKit You Can!
Want to See Your Wild Imaginations Come to life? With Apple ARKit You Can!Want to See Your Wild Imaginations Come to life? With Apple ARKit You Can!
Want to See Your Wild Imaginations Come to life? With Apple ARKit You Can!
 
The Future Of Augmented Reality - Lynne d Johnson WebVisions Portland 2014 #W...
The Future Of Augmented Reality - Lynne d Johnson WebVisions Portland 2014 #W...The Future Of Augmented Reality - Lynne d Johnson WebVisions Portland 2014 #W...
The Future Of Augmented Reality - Lynne d Johnson WebVisions Portland 2014 #W...
 
Augmented reality
Augmented reality Augmented reality
Augmented reality
 
ICISTS 2011 Conference Mobile AR Presentation
ICISTS 2011 Conference Mobile AR PresentationICISTS 2011 Conference Mobile AR Presentation
ICISTS 2011 Conference Mobile AR Presentation
 
Antti Sunnari (Dispelix Ltd): Full-color, single-waveguide near-eye displays ...
Antti Sunnari (Dispelix Ltd): Full-color, single-waveguide near-eye displays ...Antti Sunnari (Dispelix Ltd): Full-color, single-waveguide near-eye displays ...
Antti Sunnari (Dispelix Ltd): Full-color, single-waveguide near-eye displays ...
 
Jonathan Waldern (DigiLens): DigiLens Switchable Bragg Grating Waveguide Opti...
Jonathan Waldern (DigiLens): DigiLens Switchable Bragg Grating Waveguide Opti...Jonathan Waldern (DigiLens): DigiLens Switchable Bragg Grating Waveguide Opti...
Jonathan Waldern (DigiLens): DigiLens Switchable Bragg Grating Waveguide Opti...
 
The overview of VR solutions
The overview of VR solutionsThe overview of VR solutions
The overview of VR solutions
 
Next Generation Video Platform
Next Generation Video PlatformNext Generation Video Platform
Next Generation Video Platform
 
Soon gi Park (LetinAR): PinMR: Novel Optical Solution for AR Glasses
Soon gi Park (LetinAR): PinMR: Novel Optical Solution for AR GlassesSoon gi Park (LetinAR): PinMR: Novel Optical Solution for AR Glasses
Soon gi Park (LetinAR): PinMR: Novel Optical Solution for AR Glasses
 
Dominic Eskofier (Nvidia) Every Millisecond Counts: How to Render Faster for ...
Dominic Eskofier (Nvidia) Every Millisecond Counts: How to Render Faster for ...Dominic Eskofier (Nvidia) Every Millisecond Counts: How to Render Faster for ...
Dominic Eskofier (Nvidia) Every Millisecond Counts: How to Render Faster for ...
 
Introduction to Extended Reality - XR
Introduction to Extended Reality - XRIntroduction to Extended Reality - XR
Introduction to Extended Reality - XR
 
Sceneform SDK
Sceneform SDKSceneform SDK
Sceneform SDK
 
Augmented Reality - state of the art
Augmented Reality - state of the artAugmented Reality - state of the art
Augmented Reality - state of the art
 

Similar to Building AR & VR Applications using React Native

AR and VR development tools and platforms
AR and VR development tools and platformsAR and VR development tools and platforms
AR and VR development tools and platformsSushmita Chatterjee
 
Developing Immersive Experiences with ARCore
Developing Immersive Experiences with ARCoreDeveloping Immersive Experiences with ARCore
Developing Immersive Experiences with ARCoreUnity Technologies
 
Augmented reality in mobile applications
Augmented reality in mobile applications Augmented reality in mobile applications
Augmented reality in mobile applications Grid Dynamics
 
Augmented Reality Workshop 2019
Augmented Reality Workshop 2019 Augmented Reality Workshop 2019
Augmented Reality Workshop 2019 Saurav Bajracharya
 
426 lecture1: Introduction to AR
426 lecture1: Introduction to AR426 lecture1: Introduction to AR
426 lecture1: Introduction to ARMark Billinghurst
 
Magic of a rkit
Magic of a rkitMagic of a rkit
Magic of a rkitSmacar
 
2013 426 Lecture 1: Introduction to Augmented Reality
2013 426 Lecture 1: Introduction to Augmented Reality2013 426 Lecture 1: Introduction to Augmented Reality
2013 426 Lecture 1: Introduction to Augmented RealityMark Billinghurst
 
eXtended Reality(XR) Basic introductions
eXtended Reality(XR) Basic introductionseXtended Reality(XR) Basic introductions
eXtended Reality(XR) Basic introductionsElanthirayan Madhavan
 
A Survey of Augmented Reality
A Survey of Augmented RealityA Survey of Augmented Reality
A Survey of Augmented RealityMark Billinghurst
 
Aurea Vision & Aurea Consulting: technology proposal
Aurea Vision & Aurea Consulting: technology proposalAurea Vision & Aurea Consulting: technology proposal
Aurea Vision & Aurea Consulting: technology proposalAnna Doroshenko
 
On-device Motion Tracking for Immersive VR
On-device Motion Tracking for Immersive VROn-device Motion Tracking for Immersive VR
On-device Motion Tracking for Immersive VRQualcomm Research
 
Agumented Reality - Sai Kiran Kasireddy
Agumented Reality - Sai Kiran KasireddyAgumented Reality - Sai Kiran Kasireddy
Agumented Reality - Sai Kiran KasireddySai Kiran Kasireddy
 
Mixing reality with mobile AR, Дмитрий Щербина
Mixing reality with mobile AR, Дмитрий ЩербинаMixing reality with mobile AR, Дмитрий Щербина
Mixing reality with mobile AR, Дмитрий ЩербинаSigma Software
 
Augmented Reality - the next big thing in mobile
Augmented Reality - the next big thing in mobileAugmented Reality - the next big thing in mobile
Augmented Reality - the next big thing in mobileHari Gottipati
 

Similar to Building AR & VR Applications using React Native (20)

AR(mobas2012)s
AR(mobas2012)sAR(mobas2012)s
AR(mobas2012)s
 
AR and VR development tools and platforms
AR and VR development tools and platformsAR and VR development tools and platforms
AR and VR development tools and platforms
 
Developing Immersive Experiences with ARCore
Developing Immersive Experiences with ARCoreDeveloping Immersive Experiences with ARCore
Developing Immersive Experiences with ARCore
 
SVR2011 Keynote
SVR2011 KeynoteSVR2011 Keynote
SVR2011 Keynote
 
Augmented reality in mobile applications
Augmented reality in mobile applications Augmented reality in mobile applications
Augmented reality in mobile applications
 
Augmented Reality Workshop 2019
Augmented Reality Workshop 2019 Augmented Reality Workshop 2019
Augmented Reality Workshop 2019
 
XR@CES2021
XR@CES2021XR@CES2021
XR@CES2021
 
426 lecture1: Introduction to AR
426 lecture1: Introduction to AR426 lecture1: Introduction to AR
426 lecture1: Introduction to AR
 
Magic of a rkit
Magic of a rkitMagic of a rkit
Magic of a rkit
 
Augmented reality
Augmented realityAugmented reality
Augmented reality
 
Augmented reality
Augmented realityAugmented reality
Augmented reality
 
2013 426 Lecture 1: Introduction to Augmented Reality
2013 426 Lecture 1: Introduction to Augmented Reality2013 426 Lecture 1: Introduction to Augmented Reality
2013 426 Lecture 1: Introduction to Augmented Reality
 
eXtended Reality(XR) Basic introductions
eXtended Reality(XR) Basic introductionseXtended Reality(XR) Basic introductions
eXtended Reality(XR) Basic introductions
 
A Survey of Augmented Reality
A Survey of Augmented RealityA Survey of Augmented Reality
A Survey of Augmented Reality
 
Aurea Vision & Aurea Consulting: technology proposal
Aurea Vision & Aurea Consulting: technology proposalAurea Vision & Aurea Consulting: technology proposal
Aurea Vision & Aurea Consulting: technology proposal
 
AR & VR technology
AR & VR technologyAR & VR technology
AR & VR technology
 
On-device Motion Tracking for Immersive VR
On-device Motion Tracking for Immersive VROn-device Motion Tracking for Immersive VR
On-device Motion Tracking for Immersive VR
 
Agumented Reality - Sai Kiran Kasireddy
Agumented Reality - Sai Kiran KasireddyAgumented Reality - Sai Kiran Kasireddy
Agumented Reality - Sai Kiran Kasireddy
 
Mixing reality with mobile AR, Дмитрий Щербина
Mixing reality with mobile AR, Дмитрий ЩербинаMixing reality with mobile AR, Дмитрий Щербина
Mixing reality with mobile AR, Дмитрий Щербина
 
Augmented Reality - the next big thing in mobile
Augmented Reality - the next big thing in mobileAugmented Reality - the next big thing in mobile
Augmented Reality - the next big thing in mobile
 

Recently uploaded

Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Vipesco
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxNikitaBankoti2
 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMoumonDas2
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxmohammadalnahdi22
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfSenaatti-kiinteistöt
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubssamaasim06
 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardsticksaastr
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar TrainingKylaCullinane
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024eCommerce Institute
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyPooja Nehwal
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AITatiana Gurgel
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...Sheetaleventcompany
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Hasting Chen
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Kayode Fayemi
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Chameera Dedduwage
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceDelhi Call girls
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024eCommerce Institute
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxraffaeleoman
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsaqsarehman5055
 

Recently uploaded (20)

Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510Thirunelveli call girls Tamil escorts 7877702510
Thirunelveli call girls Tamil escorts 7877702510
 
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docxANCHORING SCRIPT FOR A CULTURAL EVENT.docx
ANCHORING SCRIPT FOR A CULTURAL EVENT.docx
 
Mathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptxMathematics of Finance Presentation.pptx
Mathematics of Finance Presentation.pptx
 
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 93 Noida Escorts >༒8448380779 Escort Service
 
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptxMohammad_Alnahdi_Oral_Presentation_Assignment.pptx
Mohammad_Alnahdi_Oral_Presentation_Assignment.pptx
 
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdfThe workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
The workplace ecosystem of the future 24.4.2024 Fabritius_share ii.pdf
 
Presentation on Engagement in Book Clubs
Presentation on Engagement in Book ClubsPresentation on Engagement in Book Clubs
Presentation on Engagement in Book Clubs
 
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, YardstickSaaStr Workshop Wednesday w/ Lucas Price, Yardstick
SaaStr Workshop Wednesday w/ Lucas Price, Yardstick
 
Report Writing Webinar Training
Report Writing Webinar TrainingReport Writing Webinar Training
Report Writing Webinar Training
 
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
Andrés Ramírez Gossler, Facundo Schinnea - eCommerce Day Chile 2024
 
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night EnjoyCall Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
Call Girl Number in Khar Mumbai📲 9892124323 💞 Full Night Enjoy
 
Microsoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AIMicrosoft Copilot AI for Everyone - created by AI
Microsoft Copilot AI for Everyone - created by AI
 
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
No Advance 8868886958 Chandigarh Call Girls , Indian Call Girls For Full Nigh...
 
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
Re-membering the Bard: Revisiting The Compleat Wrks of Wllm Shkspr (Abridged)...
 
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
Governance and Nation-Building in Nigeria: Some Reflections on Options for Po...
 
Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)Introduction to Prompt Engineering (Focusing on ChatGPT)
Introduction to Prompt Engineering (Focusing on ChatGPT)
 
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort ServiceBDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
BDSM⚡Call Girls in Sector 97 Noida Escorts >༒8448380779 Escort Service
 
George Lever - eCommerce Day Chile 2024
George Lever -  eCommerce Day Chile 2024George Lever -  eCommerce Day Chile 2024
George Lever - eCommerce Day Chile 2024
 
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptxChiulli_Aurora_Oman_Raffaele_Beowulf.pptx
Chiulli_Aurora_Oman_Raffaele_Beowulf.pptx
 
Air breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animalsAir breathing and respiratory adaptations in diver animals
Air breathing and respiratory adaptations in diver animals
 

Building AR & VR Applications using React Native