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
150
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
Mastering Quickfix
daisuzu
1
150
TypeScript、上達の瞬間
sadnessojisan
48
14k
ExaDB-D dbaascli で出来ること
oracle4engineer
PRO
0
3.9k
rootlessコンテナのすゝめ - 研究室サーバーでもできる安全なコンテナ管理
kitsuya0828
3
390
BLADE: An Attempt to Automate Penetration Testing Using Autonomous AI Agents
bbrbbq
0
330
マルチモーダル / AI Agent / LLMOps 3つの技術トレンドで理解するLLMの今後の展望
hirosatogamo
37
13k
誰も全体を知らない ~ ロールの垣根を超えて引き上げる開発生産性 / Boosting Development Productivity Across Roles
kakehashi
2
230
100 名超が参加した日経グループ横断の競技型 AWS 学習イベント「Nikkei Group AWS GameDay」の紹介/mediajaws202411
nikkei_engineer_recruiting
1
170
強いチームと開発生産性
onk
PRO
36
12k
Shopifyアプリ開発における Shopifyの機能活用
sonatard
4
260
20241120_JAWS_東京_ランチタイムLT#17_AWS認定全冠の先へ
tsumita
2
310
LINEヤフーにおけるPrerender技術の導入とその効果
narirou
1
160
Featured
See All Featured
Designing Dashboards & Data Visualisations in Web Apps
destraynor
229
52k
Let's Do A Bunch of Simple Stuff to Make Websites Faster
chriscoyier
506
140k
Bootstrapping a Software Product
garrettdimon
PRO
305
110k
Done Done
chrislema
181
16k
StorybookのUI Testing Handbookを読んだ
zakiyama
27
5.3k
GitHub's CSS Performance
jonrohan
1030
460k
How to Create Impact in a Changing Tech Landscape [PerfNow 2023]
tammyeverts
47
2.1k
I Don’t Have Time: Getting Over the Fear to Launch Your Podcast
jcasabona
28
2k
No one is an island. Learnings from fostering a developers community.
thoeni
19
3k
How to Ace a Technical Interview
jacobian
276
23k
Building Applications with DynamoDB
mza
90
6.1k
[Rails World 2023 - Day 1 Closing Keynote] - The Magic of Rails
eileencodes
33
1.9k
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]