flipper-plugin-async-storage-advanced icon indicating copy to clipboard operation
flipper-plugin-async-storage-advanced copied to clipboard

Is this plugin removed from the release build?

Open Pika-Pool opened this issue 3 years ago • 1 comments

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?

Pika-Pool avatar Aug 02 '22 03:08 Pika-Pool

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.

lbaldy avatar Aug 06 '22 09:08 lbaldy