Allowing Flipper to be included in non debug react native builds

Summary: Allowing Flipper react native code also when FB_SONARKIT_ENABLED is defined

Reviewed By: lblasa

Differential Revision: D40224308

fbshipit-source-id: e9cf1c0e04b5748ffb5bb97fe9fd9046956b32b5
This commit is contained in:
Ofer Shem Tov
2022-10-10 08:25:49 -07:00
committed by Facebook GitHub Bot
parent 9cbf35dea8
commit f65364c79c
5 changed files with 9 additions and 9 deletions

View File

@@ -5,7 +5,7 @@
* LICENSE file in the root directory of this source tree.
*/
#if DEBUG
#if defined(DEBUG) || defined(FB_SONARKIT_ENABLED)
#import <FlipperKit/FlipperConnection.h>
#import <FlipperKit/FlipperPlugin.h>
@@ -30,4 +30,4 @@ NS_ASSUME_NONNULL_BEGIN
NS_ASSUME_NONNULL_END
#endif
#endif // DEBUG || FB_SONARKIT_ENABLED