Léon Pelletier
Léon Pelletier

Reputation: 2731

Previewing react-native views using ReactJS in a web browser

(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

Answers (1)

Chef Pang
Chef Pang

Reputation: 26

A framework for building web apps with React Native compatible API

https://github.com/taobaofed/react-web

Upvotes: 1

Related Questions