tribou / react-template

Build a server-rendered React app and share code across web, React Native, and Electron
Apache License 2.0
4 stars 9 forks source link

Fix React Native production builds #88

Open tribou opened 6 years ago

tribou commented 6 years ago

Need to remove remote-devtools from the redux middleware when building React Native for production. Otherwise, prod builds silently fail with a vague JS type error upon launch.