SlideShare a Scribd company logo
React Native
Introduction to React
Native & Analytics Apps
using RN
1
Mobile Meetup - Citrix R&D
MOBILE MEETUP React Native
Little about Myself
2
Rahat Khanna
@mappmechanic
Bangalore
Front End Dev Blogger Author
blog.pusher.com
airpair.com
packtpub.com/blog
pluralsight.org
MOBILE MEETUP React Native
Agenda
3
1. Discuss about Mobile Apps &
evolution of Mobiles
2. Introduction to React Native & its
Features
Some Cool Demos & Show off
for React Native
MOBILE MEETUP React Native
Evolution of Mobile Apps
4
MOBILE MEETUP React Native
Hybrid Mobile Apps
5
2 Major Categories
Specific
Programming
Language
like C#, Javascript,
CoffeeScript
Webview Based Hybrid Apps
Cross Compiled Hybrid Apps
• Cross Platforms - iOS, Android, Windows
• Minimal Go To Market Time
• Rapid Iterations
• Availability of Skills like HTML5, CSS & Javascript
• Support for Multiple Screen Size using CSS3
• Support for OTA Update Pushes
MOBILE MEETUP React Native 6
What is ReactJS ?
• Library for building User Interfaces
• V part of MVC ( Model View Controller )
• Not a front end framework
• Built by Facebook for internal usage first
• Full Virtual DOM
• Can be used in any other framework as the View component
• Separation of Concerns
Motivation for React
Nowadays JS is very fast and new ES6 recommendation introduces powerful OOP principles
Main drawback is DOM, till now no complete standardisation has been made in DOM APIs
DOM updates are slow
Applications are growing ever complex and data intensive
MOBILE MEETUP React Native
History of React Native
7
• Started as internal project in a Hackathon
after React was open sources in 2013
• The first public preview was in January of
2015 at React.js Conference
• In March of 2015, Facebook announced at
F8 that React Native is open and available
on GitHub
• Its 14th most starred repository on
GitHub.
MOBILE MEETUP React Native
Adopters & Users
Both Microsoft and Samsung committed to bringing React
Native to Windows and Tizen
MOBILE MEETUP React Native
React Native Architecture
9
MOBILE MEETUP React Native
React Native Components
10
MOBILE MEETUP React Native
APIs for Device Interaction
11
• Camera Roll
• AsyncStorage
• Geolocation
• ImageEditor
• PushNotifications
• Vibration
• Share / Messages
MOBILE MEETUP React Native
Development Environment
MOBILE MEETUP React Native
Install RN CLI
13
npm install -g react-native-cli
or
yarn add -g react-native-cli
MOBILE MEETUP React Native
Running your Application
14
• Application Init
• $ react-native init <project_name>
• IOS
• $ react-native run-ios
• edit index.ios.js
• Android
• $ react-native run-android
• edit index.android.js
MOBILE MEETUP React Native
Platform Specic Code
15
• You can choose your method for keeping platform
specic code organised
• /common/components
• /android/components
• /ios/components
React Native provides a cleaner way to do that using
platform specic extensions - .ios.js & .android.js
MyCustomButton.ios.js & MyCustomButton.android.js
import MyCustomButton from ‘./components/MyCustomButton’;
• MyCustomButtonIOS.js
• MyCustomButtonAndroid.js
MOBILE MEETUP React Native
JSX
16
• Merging ES and
HTML
• Enhances Javascript
semantics
• Forward leaning ES6
syntax
• Requires a transpiler
MOBILE MEETUP React Native
Styling or CSS in Javascript
17
• All React Native core
components accept
a style attribute
• Both a single value
or an array of values
MOBILE MEETUP React Native
Supporting Tools/Libraries
18
MOBILE MEETUP React Native
Analytics/Charts Components
19
https://github.com/tomauty/react-native-chart
React Native 20
Thanks
mAppMechanic
twitter.com/mAppMechanic
linkedin.com/in/rahatkh
yehtechnologies@gmail.com
20

More Related Content

PDF
Introduction to react native
Dani Akash
 
PDF
React Native in a nutshell
Brainhub
 
PPTX
React Native
Software Infrastructure
 
PDF
Putting the Native in React Native - React Native Boston
stan229
 
PDF
Introduction to React Native
Sambhu Lakshmanan
 
PDF
Getting Started with React Native (and should I use it at all?)
Devin Abbott
 
PDF
Intro to react native
ModusJesus
 
PPTX
SONY BBS - React Native
Mehmet Ali Bağcı
 
Introduction to react native
Dani Akash
 
React Native in a nutshell
Brainhub
 
React Native
Software Infrastructure
 
Putting the Native in React Native - React Native Boston
stan229
 
Introduction to React Native
Sambhu Lakshmanan
 
Getting Started with React Native (and should I use it at all?)
Devin Abbott
 
Intro to react native
ModusJesus
 
SONY BBS - React Native
Mehmet Ali Bağcı
 

What's hot (20)

PPTX
Creating books app with react native
Ali Sa'o
 
PDF
When to (use / not use) React Native.
Bobby Schultz
 
PDF
Lo mejor y peor de React Native @ValenciaJS
Marcel Kalveram
 
PPTX
How native is React Native? | React Native vs Native App Development
Devathon
 
PPTX
React Native for ReactJS Devs
Barak Cohen
 
PDF
Optimizing React Native views for pre-animation
ModusJesus
 
PDF
React Native for multi-platform mobile applications - Matteo Manchi - Codemo...
Codemotion
 
PPTX
Hands on react native
Jay Nagar
 
PDF
Introduction to React Native
dvcrn
 
PPTX
React JS
Software Infrastructure
 
PPTX
React native - React(ive) Way To Build Native Mobile Apps
Jimit Shah
 
PDF
React Native custom components
Jeremy Grancher
 
PPTX
React Native
Fatih Şimşek
 
PPTX
React Native - Unleash the power of React in your device - Eduard TomĂ s - Cod...
Codemotion
 
PDF
Experiences building apps with React Native @UtrechtJS May 2016
Adrian Philipp
 
PDF
React Native - Getting Started
Tracy Lee
 
PDF
React native
NexThoughts Technologies
 
PPTX
Introduction to React Native
Waqqas Jabbar
 
PPTX
React Native - Why Designers should use React native. And everyone else too.
Val Scholz
 
PDF
Contributing to open source
Devin Abbott
 
Creating books app with react native
Ali Sa'o
 
When to (use / not use) React Native.
Bobby Schultz
 
Lo mejor y peor de React Native @ValenciaJS
Marcel Kalveram
 
How native is React Native? | React Native vs Native App Development
Devathon
 
React Native for ReactJS Devs
Barak Cohen
 
Optimizing React Native views for pre-animation
ModusJesus
 
React Native for multi-platform mobile applications - Matteo Manchi - Codemo...
Codemotion
 
Hands on react native
Jay Nagar
 
Introduction to React Native
dvcrn
 
React native - React(ive) Way To Build Native Mobile Apps
Jimit Shah
 
React Native custom components
Jeremy Grancher
 
React Native
Fatih Şimşek
 
React Native - Unleash the power of React in your device - Eduard TomĂ s - Cod...
Codemotion
 
Experiences building apps with React Native @UtrechtJS May 2016
Adrian Philipp
 
React Native - Getting Started
Tracy Lee
 
React native
NexThoughts Technologies
 
Introduction to React Native
Waqqas Jabbar
 
React Native - Why Designers should use React native. And everyone else too.
Val Scholz
 
Contributing to open source
Devin Abbott
 
Ad

Similar to Introduction to React Native & Rendering Charts / Graphs (20)

PDF
Why is React Native the Best Choice for Cross-Platform Mobile App Development...
Techugo
 
PPTX
React Native - Framework For Mobile App (Seminar)
Jaise P Jose
 
PPTX
Getting Started With React Native Presntation
Knoldus Inc.
 
PDF
This is the Ultimate Guide to React Native App Development.pdf
Nevina Infotech
 
PDF
React Native Guide A Hybrid Framework for Mobile Apps
Inexture Solutions
 
PDF
When to choose and avoid react native for mobile app development
Fullestop
 
PPTX
React Native And Its Ecosystem Presentation
Raduelico
 
PDF
Reactjs Vs React Native – Key Difference, Advantages, And Disadvantages
Andolasoft Inc
 
PDF
Best React Native training institute in Noida
Gargi Raghav
 
PDF
A Deep Dive into Flutter Vs. React Native: Which One is the Best for 2025
IT Services India
 
PDF
React Native Vs. Flutter: Which Platform to Choose for Cross-Platform App Dev...
Dash Technologies Inc
 
PPTX
Flutter vs react native – from developer point
BOSC Tech Labs
 
PPTX
Why Should You Opt to React Native for Mobile App Deveopment
Krishang Technolab
 
PDF
What is React Native and Why Should You Choose It For Mobile App
Nicole Khoo
 
PDF
10 Key Reasons To Choose React Native For Mobile App Development.pdf
Orange Mantra
 
PPTX
React Native - Build Native Mobile App
Mobio Solutions
 
PDF
Advantages of building Social Media Apps in React Native
Shelly Megan
 
PDF
Checkout top 7 Reasons Why React Native is Growing Rapidly
Kunsh Technologies
 
PDF
Know Why React Native Is an Ideal Choice for Start-ups.pdf
Orange Mantra
 
PDF
Why Businesses Should Hire React Native Developers to Build the Best Mobile A...
Noman Shaikh
 
Why is React Native the Best Choice for Cross-Platform Mobile App Development...
Techugo
 
React Native - Framework For Mobile App (Seminar)
Jaise P Jose
 
Getting Started With React Native Presntation
Knoldus Inc.
 
This is the Ultimate Guide to React Native App Development.pdf
Nevina Infotech
 
React Native Guide A Hybrid Framework for Mobile Apps
Inexture Solutions
 
When to choose and avoid react native for mobile app development
Fullestop
 
React Native And Its Ecosystem Presentation
Raduelico
 
Reactjs Vs React Native – Key Difference, Advantages, And Disadvantages
Andolasoft Inc
 
Best React Native training institute in Noida
Gargi Raghav
 
A Deep Dive into Flutter Vs. React Native: Which One is the Best for 2025
IT Services India
 
React Native Vs. Flutter: Which Platform to Choose for Cross-Platform App Dev...
Dash Technologies Inc
 
Flutter vs react native – from developer point
BOSC Tech Labs
 
Why Should You Opt to React Native for Mobile App Deveopment
Krishang Technolab
 
What is React Native and Why Should You Choose It For Mobile App
Nicole Khoo
 
10 Key Reasons To Choose React Native For Mobile App Development.pdf
Orange Mantra
 
React Native - Build Native Mobile App
Mobio Solutions
 
Advantages of building Social Media Apps in React Native
Shelly Megan
 
Checkout top 7 Reasons Why React Native is Growing Rapidly
Kunsh Technologies
 
Know Why React Native Is an Ideal Choice for Start-ups.pdf
Orange Mantra
 
Why Businesses Should Hire React Native Developers to Build the Best Mobile A...
Noman Shaikh
 
Ad

More from Rahat Khanna a.k.a mAppMechanic (15)

PDF
Angular Observables & RxJS Introduction
Rahat Khanna a.k.a mAppMechanic
 
PDF
MAppMechanic CodeLabs - PolymerJS Elements - Paper, Gold, Neon, Platinum, Mol...
Rahat Khanna a.k.a mAppMechanic
 
PDF
MAppMechanic CodeLabs - PolymerJS Advanced Topics for Custom Elements
Rahat Khanna a.k.a mAppMechanic
 
PDF
MAppMechanic CodeLabs - PolymerJS Custom Elements
Rahat Khanna a.k.a mAppMechanic
 
PDF
MAppMechanic CodeLabs - PolymerJS Introduction
Rahat Khanna a.k.a mAppMechanic
 
PDF
New World of Angular (v2+)
Rahat Khanna a.k.a mAppMechanic
 
Angular Observables & RxJS Introduction
Rahat Khanna a.k.a mAppMechanic
 
MAppMechanic CodeLabs - PolymerJS Elements - Paper, Gold, Neon, Platinum, Mol...
Rahat Khanna a.k.a mAppMechanic
 
MAppMechanic CodeLabs - PolymerJS Advanced Topics for Custom Elements
Rahat Khanna a.k.a mAppMechanic
 
MAppMechanic CodeLabs - PolymerJS Custom Elements
Rahat Khanna a.k.a mAppMechanic
 
MAppMechanic CodeLabs - PolymerJS Introduction
Rahat Khanna a.k.a mAppMechanic
 
New World of Angular (v2+)
Rahat Khanna a.k.a mAppMechanic
 

Recently uploaded (20)

PPTX
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
PDF
Software Development Company | KodekX
KodekX
 
PPTX
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
PPTX
Stamford - Community User Group Leaders_ Agentblazer Status, AI Sustainabilit...
Amol Dixit
 
PDF
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
PDF
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
PDF
Chapter 1 Introduction to CV and IP Lecture Note.pdf
Getnet Tigabie Askale -(GM)
 
PPTX
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
PPTX
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
PDF
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
PPTX
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
PDF
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
 
PDF
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
PDF
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
PPTX
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
PDF
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
PDF
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
PDF
This slide provides an overview Technology
mineshkharadi333
 
PDF
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
PDF
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 
cloud computing vai.pptx for the project
vaibhavdobariyal79
 
Software Development Company | KodekX
KodekX
 
New ThousandEyes Product Innovations: Cisco Live June 2025
ThousandEyes
 
Stamford - Community User Group Leaders_ Agentblazer Status, AI Sustainabilit...
Amol Dixit
 
NewMind AI Weekly Chronicles - July'25 - Week IV
NewMind AI
 
Data_Analytics_vs_Data_Science_vs_BI_by_CA_Suvidha_Chaplot.pdf
CA Suvidha Chaplot
 
Chapter 1 Introduction to CV and IP Lecture Note.pdf
Getnet Tigabie Askale -(GM)
 
What-is-the-World-Wide-Web -- Introduction
tonifi9488
 
The-Ethical-Hackers-Imperative-Safeguarding-the-Digital-Frontier.pptx
sujalchauhan1305
 
SparkLabs Primer on Artificial Intelligence 2025
SparkLabs Group
 
ChatGPT's Deck on The Enduring Legacy of Fax Machines
Greg Swan
 
Why Your AI & Cybersecurity Hiring Still Misses the Mark in 2025
Virtual Employee Pvt. Ltd.
 
The Evolution of KM Roles (Presented at Knowledge Summit Dublin 2025)
Enterprise Knowledge
 
How-Cloud-Computing-Impacts-Businesses-in-2025-and-Beyond.pdf
Artjoker Software Development Company
 
AI and Robotics for Human Well-being.pptx
JAYMIN SUTHAR
 
Tea4chat - another LLM Project by Kerem Atam
a0m0rajab1
 
Cloud-Migration-Best-Practices-A-Practical-Guide-to-AWS-Azure-and-Google-Clou...
Artjoker Software Development Company
 
This slide provides an overview Technology
mineshkharadi333
 
BLW VOCATIONAL TRAINING SUMMER INTERNSHIP REPORT
codernjn73
 
A Day in the Life of Location Data - Turning Where into How.pdf
Precisely
 

Introduction to React Native & Rendering Charts / Graphs

  • 1. React Native Introduction to React Native & Analytics Apps using RN 1 Mobile Meetup - Citrix R&D
  • 2. MOBILE MEETUP React Native Little about Myself 2 Rahat Khanna @mappmechanic Bangalore Front End Dev Blogger Author blog.pusher.com airpair.com packtpub.com/blog pluralsight.org
  • 3. MOBILE MEETUP React Native Agenda 3 1. Discuss about Mobile Apps & evolution of Mobiles 2. Introduction to React Native & its Features Some Cool Demos & Show off for React Native
  • 4. MOBILE MEETUP React Native Evolution of Mobile Apps 4
  • 5. MOBILE MEETUP React Native Hybrid Mobile Apps 5 2 Major Categories Specific Programming Language like C#, Javascript, CoffeeScript Webview Based Hybrid Apps Cross Compiled Hybrid Apps • Cross Platforms - iOS, Android, Windows • Minimal Go To Market Time • Rapid Iterations • Availability of Skills like HTML5, CSS & Javascript • Support for Multiple Screen Size using CSS3 • Support for OTA Update Pushes
  • 6. MOBILE MEETUP React Native 6 What is ReactJS ? • Library for building User Interfaces • V part of MVC ( Model View Controller ) • Not a front end framework • Built by Facebook for internal usage first • Full Virtual DOM • Can be used in any other framework as the View component • Separation of Concerns Motivation for React Nowadays JS is very fast and new ES6 recommendation introduces powerful OOP principles Main drawback is DOM, till now no complete standardisation has been made in DOM APIs DOM updates are slow Applications are growing ever complex and data intensive
  • 7. MOBILE MEETUP React Native History of React Native 7 • Started as internal project in a Hackathon after React was open sources in 2013 • The rst public preview was in January of 2015 at React.js Conference • In March of 2015, Facebook announced at F8 that React Native is open and available on GitHub • Its 14th most starred repository on GitHub.
  • 8. MOBILE MEETUP React Native Adopters & Users Both Microsoft and Samsung committed to bringing React Native to Windows and Tizen
  • 9. MOBILE MEETUP React Native React Native Architecture 9
  • 10. MOBILE MEETUP React Native React Native Components 10
  • 11. MOBILE MEETUP React Native APIs for Device Interaction 11 • Camera Roll • AsyncStorage • Geolocation • ImageEditor • PushNotications • Vibration • Share / Messages
  • 12. MOBILE MEETUP React Native Development Environment
  • 13. MOBILE MEETUP React Native Install RN CLI 13 npm install -g react-native-cli or yarn add -g react-native-cli
  • 14. MOBILE MEETUP React Native Running your Application 14 • Application Init • $ react-native init <project_name> • IOS • $ react-native run-ios • edit index.ios.js • Android • $ react-native run-android • edit index.android.js
  • 15. MOBILE MEETUP React Native Platform Specic Code 15 • You can choose your method for keeping platform specic code organised • /common/components • /android/components • /ios/components React Native provides a cleaner way to do that using platform specic extensions - .ios.js & .android.js MyCustomButton.ios.js & MyCustomButton.android.js import MyCustomButton from ‘./components/MyCustomButton’; • MyCustomButtonIOS.js • MyCustomButtonAndroid.js
  • 16. MOBILE MEETUP React Native JSX 16 • Merging ES and HTML • Enhances Javascript semantics • Forward leaning ES6 syntax • Requires a transpiler
  • 17. MOBILE MEETUP React Native Styling or CSS in Javascript 17 • All React Native core components accept a style attribute • Both a single value or an array of values
  • 18. MOBILE MEETUP React Native Supporting Tools/Libraries 18
  • 19. MOBILE MEETUP React Native Analytics/Charts Components 19 https://github.com/tomauty/react-native-chart