Y
Hacker News
new
|
ask
|
show
|
jobs
by
k__
2933 days ago
This is what React-Native (which Vue-Native is build upon) does.
Instead of
<div>Hello</div>
you have
<View><Text>Hello</Text></View>