Hacker News
new
|
past
|
comments
|
ask
|
show
|
jobs
|
submit
login
liqilin1567
53 days ago
|
parent
|
context
|
favorite
| on:
The Swift SDK for Android
Just curious - how does React.Native implement native UI if it doesn't use chromium
hokumguru
53 days ago
|
next
[–]
It’s more complex now since they shipped the new renderer, but essentially serializes the react UI tree to JSON and passes it to native which parses and renders native components
notpushkin
53 days ago
|
prev
|
next
[–]
By mapping some “low-level” components to platform primitives:
https://reactnative.dev/docs/intro-react-native-components
adityapurwa
53 days ago
|
prev
[–]
React Native asks the native layer to render the UI natively.
Guidelines
|
FAQ
|
Lists
|
API
|
Security
|
Legal
|
Apply to YC
|
Contact
Search: