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
なぜテストマネージャの視点が 必要なのか? 〜 一歩先へ進むために 〜
moritamasami
0
210
会社紹介資料 / Sansan Company Profile
sansan33
PRO
6
380k
Firestore → Spanner 移行 を成功させた段階的移行プロセス
athug
1
450
機械学習を扱うプラットフォーム開発と運用事例
lycorptech_jp
PRO
0
230
Terraformで構築する セルフサービス型データプラットフォーム / terraform-self-service-data-platform
pei0804
1
170
「何となくテストする」を卒業するためにプロダクトが動く仕組みを理解しよう
kawabeaver
0
390
[ JAWS-UG 東京 CommunityBuilders Night #2 ]SlackとAmazon Q Developerで 運用効率化を模索する
sh_fk2
3
390
2025年になってもまだMySQLが好き
yoku0825
8
4.7k
「全員プロダクトマネージャー」を実現する、Cursorによる仕様検討の自動運転
applism118
21
10k
「Linux」という言葉が指すもの
sat
PRO
4
120
現場で効くClaude Code ─ 最新動向と企業導入
takaakikakei
1
230
Android Audio: Beyond Winning On It
atsushieno
0
100
Featured
See All Featured
We Have a Design System, Now What?
morganepeng
53
7.8k
Build your cross-platform service in a week with App Engine
jlugia
231
18k
10 Git Anti Patterns You Should be Aware of
lemiorhan
PRO
656
61k
Making the Leap to Tech Lead
cromwellryan
135
9.5k
Become a Pro
speakerdeck
PRO
29
5.5k
Testing 201, or: Great Expectations
jmmastey
45
7.7k
Principles of Awesome APIs and How to Build Them.
keavy
126
17k
Rebuilding a faster, lazier Slack
samanthasiow
83
9.2k
StorybookのUI Testing Handbookを読んだ
zakiyama
31
6.1k
GitHub's CSS Performance
jonrohan
1032
460k
Connecting the Dots Between Site Speed, User Experience & Your Business [WebExpo 2025]
tammyeverts
8
520
The Web Performance Landscape in 2024 [PerfNow 2024]
tammyeverts
9
810
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]