flipper-plugin-async-storage-advanced
flipper-plugin-async-storage-advanced copied to clipboard
Is this plugin removed from the release build?
Since we need to import and add a component to the tree, does that mean this will be present in the release bundle of the app too?
Hi @Pika-Pool that's a good point.
Yeah, I haven't done anything to prevent this. So I assume it would be there in the release build. We could try some sort of conditional require if(__DEV__)... to see if that prevents this getting into release build. I am quite busy now, but I will test that out when I get some time.
If you manage to test that out and figure out I would really appreciate your input here or even readme PR.