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
·
SiteGround - Reliable hosting with speed, security, and support you can count on.
→
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
マルチプレーンGPUネットワークを実現するシャッフルアーキテクチャの整理と考察
markunet
2
240
クラウド × シリコンの Mashup - AWS チップ開発で広がる AI 基盤の選択肢
htokoyo
2
230
JAWSDAYS2026 [C02] 楽しく学ぼう!AWSとは?AWSの歴史 入門
hiragahh
0
130
Oracle Database@Azure:サービス概要のご紹介
oracle4engineer
PRO
4
1.2k
kintone開発のプラットフォームエンジニアの紹介
cybozuinsideout
PRO
0
870
ナレッジワークのご紹介(第88回情報処理学会 )
kworkdev
PRO
0
190
[2026-03-07]あの日諦めたスクラムの答えを僕達はまだ探している。〜守ることと、諦めることと、それでも前に進むチームの話〜
tosite
0
200
S3はフラットである –AWS公式SDKにも存在した、 署名付きURLにおけるパストラバーサル脆弱性– / JAWS DAYS 2026
flatt_security
0
1.7k
AIエージェント時代に備える AWS Organizations とアカウント設計
kossykinto
3
860
Keycloak を使った SSO で CockroachDB にログインする / CockroachDB SSO with Keycloak
kota2and3kan
0
100
マルチアカウント環境でSecurity Hubの運用!導入の苦労とポイント / JAWS DAYS 2026
genda
0
560
AI実装による「レビューボトルネック」を解消する仕様駆動開発(SDD)/ ai-sdd-review-bottleneck
rakus_dev
0
110
Featured
See All Featured
Speed Design
sergeychernyshev
33
1.6k
Reality Check: Gamification 10 Years Later
codingconduct
0
2k
Being A Developer After 40
akosma
91
590k
Optimising Largest Contentful Paint
csswizardry
37
3.6k
New Earth Scene 8
popppiees
1
1.7k
[SF Ruby Conf 2025] Rails X
palkan
2
820
Marketing Yourself as an Engineer | Alaka | Gurzu
gurzu
0
150
Docker and Python
trallard
47
3.8k
SEOcharity - Dark patterns in SEO and UX: How to avoid them and build a more ethical web
sarafernandez
0
140
Amusing Abliteration
ianozsvald
0
130
AI Search: Where Are We & What Can We Do About It?
aleyda
0
7.1k
A Modern Web Designer's Workflow
chriscoyier
698
190k
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]