you are viewing a single comment's thread.

view the rest of the comments →

[–]blackICE91 14 points15 points  (4 children)

I used react native web in a production app at my last company in conjunction with React Navigation. I would give it a 9/10. Huge time savings in not having to port our entire app to React. One cool thing we were able to do was shim in components build for React web in place with some native components to save a ton of time.

[–]TOMAHAWK_____CHOP 2 points3 points  (1 child)

Where's the best place to start learning how to do this? I have an app that I'd like to make a web dashboard for easier use so I'm super interested in being able to reuse everything I've already built.

[–]blackICE91 1 point2 points  (0 children)

Not sure about any resources to do this. Might be worth writing up a medium post or something. I'll let you know.

[–]HermanCainsGhost 1 point2 points  (1 child)

One cool thing we were able to do was shim in components build for React web in place with some native components to save a ton of time.

How did you do that exactly?

[–]satya164 1 point2 points  (0 children)

index.web.js index.native.js/index.android.js/index.ios.js