Skip to content

Commit ca054ec

Browse files
authored
Merge pull request #65 from MindscapeHQ/js/ios-xctest-fix
Patched iOS XCTest issue
2 parents c409b86 + 0f2968d commit ca054ec

File tree

5 files changed

+112
-67
lines changed

5 files changed

+112
-67
lines changed

demo/App.tsx

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,16 @@ import {LogLevel, RaygunClientOptions} from "raygun4reactnative";
1010

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

13+
/*//------------- Application testing setup -------------
14+
//TODO: move to test initialization
15+
const options: RaygunClientOptions = {
16+
apiKey: 'API_KEY_HERE',
17+
enableCrashReporting: true,
18+
enableRealUserMonitoring: true,
19+
}
20+
raygunClient.init(options);
21+
//------------- End application testing setup -------------*/
22+
1323
const Tab = createBottomTabNavigator();
1424

1525
function Tabs() {

demo/ios/Podfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ target 'Raygun4ReactNativeDemo' do
1717
#
1818
# Note that if you have use_frameworks! enabled, Flipper will not work and
1919
# you should disable these next few lines.
20-
use_flipper!
20+
use_flipper!({'Flipper' => '0.87.0', 'Flipper-Folly' => '2.5.3', 'Flipper-RSocket' => '1.3.1'})
2121
post_install do |installer|
2222
flipper_post_install(installer)
2323
end

0 commit comments

Comments
 (0)