diff --git a/react-native-73/.vscode/launch.json b/react-native-73/.vscode/launch.json new file mode 100644 index 0000000..60e4c31 --- /dev/null +++ b/react-native-73/.vscode/launch.json @@ -0,0 +1,17 @@ +{ + // Use IntelliSense to learn about possible attributes. + // Hover to view descriptions of existing attributes. + // For more information, visit: https://go.microsoft.com/fwlink/?linkid=830387 + "version": "0.2.0", + "configurations": [ + { + "type": "react-native-ide", + "request": "launch", + "name": "Radon IDE panel", + "android": { + "buildType": "debug", + "productFlavor": "staging" + } + } + ] +} diff --git a/react-native-73/ios/Podfile b/react-native-73/ios/Podfile index 4f73faa..fcb6b84 100644 --- a/react-native-73/ios/Podfile +++ b/react-native-73/ios/Podfile @@ -34,7 +34,7 @@ target 'RNBoilerplate' do # # Note that if you have use_frameworks! enabled, Flipper will not work and # you should disable the next line. - :flipper_configuration => flipper_config, + # :flipper_configuration => flipper_config, # An absolute path to your application root. :app_path => "#{Pod::Config.instance.installation_root}/.." )