Evan
Results
1
issues of
Evan
In react-native 0.70 there is a new way to include flipper ``` use_react_native!( :path => config[:reactNativePath], :flipper_configuration => FlipperConfiguration.enabled, ) ``` With this method we don't include `react-native-flipper` in package.json,...
question