react-native-community / react-native-template-typescript

👾 Clean and minimalist React Native template for a quick start with TypeScript.
https://www.npmjs.com/package/react-native-template-typescript
MIT License
1.86k stars 397 forks source link

Does this template bundle Flipper in release? #220

Closed henrymoulton closed 3 years ago

henrymoulton commented 3 years ago

https://github.com/react-native-community/react-native-template-typescript/blob/master/template/ios/HelloWorld/AppDelegate.m#L7

In the main docs the #ifdef FB_SONARKIT_ENABLED is wrapped with #if DEBUG

https://fbflipper.com/docs/getting-started/react-native-ios#initialization

henrymoulton commented 3 years ago

cc @mweststrate you might have an idea

emin93 commented 3 years ago

This is not related to this template: https://github.com/facebook/react-native/blob/main/template/ios/HelloWorld/AppDelegate.m#L7

Please create this issue in the React Native repo, as this template aims to be consistent with the default React Native template.