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
Sponsored
·
Ship Features Fearlessly
Turn features on and off without deploys. Used by thousands of Ruby developers.
→
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
160
Fancy Acronyms for Fancy Architectures
katfishi
0
240
Other Decks in Technology
See All in Technology
ナレッジワーク IT情報系キャリア研究セッション資料(情報処理学会 第88回全国大会 )
kworkdev
PRO
0
180
スクリプトの先へ!AIエージェントと組み合わせる モバイルE2Eテスト
error96num
0
170
[JAWSDAYS2026][D8]その起票、愛が足りてますか?AWSサポートを味方につける、技術的「ラブレター」の書き方
hirosys_
3
170
わからなくて良いなら、わからなきゃだめなの?
kotaoue
1
320
アーキテクチャモダナイゼーションを実現する組織
satohjohn
0
560
進化するBits AI SREと私と組織
nulabinc
PRO
0
120
僕、S3 シンプルって名前だけど全然シンプルじゃありません よろしくお願いします
yama3133
1
210
Dr. Werner Vogelsの14年のキーノートから紐解くエンジニアリング組織への処方箋@JAWS DAYS 2026
p0n
1
130
オレ達はAWS管理をやりたいんじゃない!開発の生産性を爆アゲしたいんだ!!
wkm2
4
510
親子 or ペアで Mashup for the Future! しゃべって楽しむ 初手AI駆動でものづくり体験
hiroramos4
PRO
0
110
Keycloak を使った SSO で CockroachDB にログインする / CockroachDB SSO with Keycloak
kota2and3kan
0
100
Abuse report だけじゃない。AWS から緊急連絡が来る状況とは?昨今の攻撃や被害の事例の紹介と備えておきたい考え方について
kazzpapa3
1
580
Featured
See All Featured
Producing Creativity
orderedlist
PRO
348
40k
Claude Code のすすめ
schroneko
67
220k
The B2B funnel & how to create a winning content strategy
katarinadahlin
PRO
1
300
Making the Leap to Tech Lead
cromwellryan
135
9.8k
My Coaching Mixtape
mlcsv
0
70
The World Runs on Bad Software
bkeepers
PRO
72
12k
Creating an realtime collaboration tool: Agile Flush - .NET Oxford
marcduiker
35
2.4k
Designing for humans not robots
tammielis
254
26k
The Hidden Cost of Media on the Web [PixelPalooza 2025]
tammyeverts
2
250
Measuring & Analyzing Core Web Vitals
bluesmoon
9
780
Visual Storytelling: How to be a Superhuman Communicator
reverentgeek
2
470
Chasing Engaging Ingredients in Design
codingconduct
0
140
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]