jk-gan / flipper-plugin-redux-debugger

Flipper plugin for Redux in React Native
MIT License
117 stars 20 forks source link

Hinders in the release apk building process #25

Closed rizwanCB closed 3 years ago

rizwanCB commented 4 years ago

Hinders in the release apk building process

  1. add the flipper redux and this FPRD plugin as a dev dependency
  2. build as a staging scheme/flavors. all works fine on both OS

but when making a release build-out of android it causes failure to make a build!

mweststrate commented 4 years ago

Make sure to require the plugin behind a DEV check, and update react-native-flipper to the latest version

On Tue, Jun 30, 2020 at 4:18 PM rizwanCB notifications@github.com wrote:

Hinders in the release apk building process

  1. add the flipper redux and this FPRD plugin as a dev dependency

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/jk-gan/flipper-plugin-redux-debugger/issues/25, or unsubscribe https://github.com/notifications/unsubscribe-auth/AAN4NBA25ML6FGCNG6AA4WTRZH63JANCNFSM4OMLAT5Q .

TheAlmightyBob commented 4 years ago

You might be hitting https://github.com/facebook/flipper/issues/1303 , which should hopefully be fixed soon (or you can work around it by using manual linking instead of autolinking for react-native-flipper)