Skip to content

Commit

Permalink
Merge pull request #65 from MindscapeHQ/js/ios-xctest-fix
Browse files Browse the repository at this point in the history
Patched iOS XCTest issue
  • Loading branch information
redJ4y authored Nov 30, 2022
2 parents c409b86 + 0f2968d commit ca054ec
Show file tree
Hide file tree
Showing 5 changed files with 112 additions and 67 deletions.
10 changes: 10 additions & 0 deletions demo/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,16 @@ import {LogLevel, RaygunClientOptions} from "raygun4reactnative";

//#region -- REACT-NATIVE APPLICATION SETUP --------------------------------------------------------

/*//------------- Application testing setup -------------
//TODO: move to test initialization
const options: RaygunClientOptions = {
apiKey: 'API_KEY_HERE',
enableCrashReporting: true,
enableRealUserMonitoring: true,
}
raygunClient.init(options);
//------------- End application testing setup -------------*/

const Tab = createBottomTabNavigator();

function Tabs() {
Expand Down
2 changes: 1 addition & 1 deletion demo/ios/Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ target 'Raygun4ReactNativeDemo' do
#
# Note that if you have use_frameworks! enabled, Flipper will not work and
# you should disable these next few lines.
use_flipper!
use_flipper!({'Flipper' => '0.87.0', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1'})
post_install do |installer|
flipper_post_install(installer)
end
Expand Down
Loading

0 comments on commit ca054ec

Please sign in to comment.