Migrating from react-native-router-flux to react-router for web compatibility

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 […]

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 […]