Part of our effort to compile our react-native app for web, so we can have kind of a PWA built in react-native which runs on iOS, android and app, all 3 with same codebase.We did this migration keeping the interface as close to react-native-router-flux as we could so there are minimal required changes in the […]
Tag: React-native
Part 2 — Converting react native app to react-native-web (react PWA) in monorepo architecture
Part 2 of the series based on my experience in converting an existing react-native app to react-native-web. In this part we will see how we get our web app getting compiled and start on the real journey of dependency management and wrappers and other parts.
Part 1 – Converting react native app to react-native-web (react PWA) in monorepo architecture
TL;DR: This series is about my journey of converting and existing react native app to render on web with same(90%+) code, using the brilliant react-native-web project which came out of twitter. Prerequisites: This article assumes you already have some experience with reactjs and react-native, you know how to build mobile builds of a RN codebase, and […]