Reputation: 2731
(Disclaimer: I'd have asked this question in a forum but the react-native
website encourages us to ask it on SO.)
Is there a known tool to visually preview xml layouts in a browser? I'm developping a scaffolding tool to generate basic templates so I can prepare applications for customers quicker, and I'd like it to be a web app. Since the layout is very similar between react-native and reactJS
, I'd think the effort to show a react-native
layout as a reactJS
layout is minimal?
Upvotes: 1
Views: 368
Reputation: 26
A framework for building web apps with React Native compatible API
https://github.com/taobaofed/react-web
Upvotes: 1