Scott Nash

Results 2 comments of Scott Nash

Try adding flipper_configuration to the use_react_native in the share extension target of your pod file ``` target 'ShareExtension' do use_react_native!(:flipper_configuration => flipper_config)

@karuzo17 did you remember to rerun pod install after making the change?