TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

An iOS dev's experience with React Native

7 pointsby toothbrushabout 8 years ago

3 comments

vmastoabout 8 years ago
&gt; The promise is simple and compelling: write once, ship twice. iOS and Android all in one shot<p>While this is certainly feasible (largely depending on the requirements of your app), it is important to clarify that RN never promised &quot;write once ship twice&quot;.<p>RN&#x27;s promise is &quot;learn once, write anywhere&quot;, meaning that the technology and mental model is what transcends platforms, not the codebase itself.<p>Just wanted to make this clear so as to avoid any possible frustration for newcomers after the fact.
评论 #13937344 未加载
breeny592about 8 years ago
A note on the require issue: this makes sense if you think of requiring as it&#x27;s compiled equal - importing.<p>You can&#x27;t dynamically import dependencies - so if you&#x27;re wanting to load JSON dynamically you should be using other mechanisms (even if it&#x27;s just a FS operation or having an internal service to return JSON).
blimey74about 8 years ago
Really interesting little memoir on real RN development experience