What is React Native?
Let's Build A React Native App!
Going Out On Your Own.
Slide 7
Slide 7 text
What is React
Native?
Slide 8
Slide 8 text
A framework for building
native apps with React
Slide 9
Slide 9 text
React Native
is built on top of
React
Slide 10
Slide 10 text
Hello World
Slide 11
Slide 11 text
No content
Slide 12
Slide 12 text
No content
Slide 13
Slide 13 text
No content
Slide 14
Slide 14 text
React lets you declaratively
describe your UI.
React handles how to
render the content.
All you need to know is how to
use the available components.
Slide 15
Slide 15 text
No content
Slide 16
Slide 16 text
React React Native lets you
declaratively describe your UI.
React React Native handles how
to render the content.
All you need to know is how to
use the available components.
Slide 17
Slide 17 text
No content
Slide 18
Slide 18 text
How does this work?
Slide 19
Slide 19 text
MAGIC
Slide 20
Slide 20 text
No content
Slide 21
Slide 21 text
React Native
…creates a bridge between
JavaScript and Native Code (iOS / Android)
…and handles passing information
between the two environments
More details: http://tadeuzagallo.com/
blog/react-native-bridge/