Upgrade to Pro
— share decks privately, control downloads, hide ads and more …
Speaker Deck
Features
Speaker Deck
PRO
Sign in
Sign up for free
Search
Search
Introduction to React Native
Search
katfishi
November 06, 2015
Technology
1
160
Introduction to React Native
katfishi
November 06, 2015
Tweet
Share
More Decks by katfishi
See All by katfishi
Timing is Everything
katfishi
0
150
Fancy Acronyms for Fancy Architectures
katfishi
0
240
Other Decks in Technology
See All in Technology
関係性が駆動するアジャイル──GPTに人格を与えたら、対話を通してふりかえりを習慣化できた話
mhlyc
0
140
SREとソフトウェア開発者の合同チームはどのようにS3のコストを削減したか?
muziyoshiz
1
220
Escaping_the_Kraken_-_October_2025.pdf
mdalmijn
0
160
『OCI で学ぶクラウドネイティブ 実践 × 理論ガイド』 書籍概要
oracle4engineer
PRO
3
200
Trust as Infrastructure
bcantrill
1
370
定期的な価値提供だけじゃない、スクラムが導くチームの共創化 / 20251004 Naoki Takahashi
shift_evolve
PRO
4
360
プロダクトのコードから見るGoによるデザインパターンの実践 #go_night_talk
bengo4com
1
2.3k
衛星画像超解像化によって実現する2D, 3D空間情報の即時生成と“AI as a Service”/ Real-time generation spatial data enabled_by satellite image super-resolution
lehupa
0
140
社内報はAIにやらせよう / Let AI handle the company newsletter
saka2jp
8
1.3k
"プロポーザルってなんか怖そう"という境界を超えてみた@TSUDOI by giftee Tech #1
shilo113
0
180
2025-10-09_プロジェクトマネージャーAIチャンス
taukami
0
110
Vibe Coding Year in Review. From Karpathy to Real-World Agents by Niels Rolland, CEO Paatch
vcoisne
0
120
Featured
See All Featured
Dealing with People You Can't Stand - Big Design 2015
cassininazir
367
27k
Six Lessons from altMBA
skipperchong
28
4k
Writing Fast Ruby
sferik
629
62k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
54
3k
XXLCSS - How to scale CSS and keep your sanity
sugarenia
248
1.3M
The MySQL Ecosystem @ GitHub 2015
samlambert
251
13k
Practical Tips for Bootstrapping Information Extraction Pipelines
honnibal
PRO
23
1.5k
[RailsConf 2023] Rails as a piece of cake
palkan
57
5.9k
The Language of Interfaces
destraynor
162
25k
Designing Dashboards & Data Visualisations in Web Apps
destraynor
231
53k
Why Our Code Smells
bkeepers
PRO
339
57k
Into the Great Unknown - MozCon
thekraken
40
2.1k
Transcript
Intro to React Native Katheryn Shi @Katfishi
None
React.js
MVC
declarative
virtual DOM
why?
native is awesome
UI
gestures
performance
native is not awesome
arranging
compiling
cross-platform
React Native
NVM curl -o- https://raw.githubusercontent.com/ creationix/nvm/v0.29.0/install.sh | bash Node.js run nvm
install node && nvm alias default node Watchman brew install watchman Flow brew install flow
$ npm install -g react-native-cli $ react-native init Pomodoro
$ npm install -g react-native-cli $ react-native init Pomodoro
Demos
Pomodoro
Navigation
+ Native
Retrospective
Resources • React Native site: https://facebook.github.io/ react-native/ • React.js site:
https://facebook.github.io/react/ index.html
Resources • JSX syntax: https://facebook.github.io/react/ docs/jsx-in-depth.html • Dynamically update your
app: https:// medium.com/ios-os-x-development/so-you- want-to-dynamically-update-your-react-native- app-d1d88bf11ede
@Katfishi github.com/katfishi
[email protected]