Skip to content

Commit b1e23ac

Browse files
chore: Upgrade dependencies. Upgrade to ReactNative 0.68
OKTA-473542 <<<Jenkins Check-In of Tested SHA: fb5da10 for eng_productivity_ci_bot_okta@okta.com>>> Artifact: okta-react-native Files changed count: 9 PR Link: #302
1 parent e172097 commit b1e23ac

9 files changed

Lines changed: 2368 additions & 1645 deletions

File tree

.gitignore

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ npm-debug.log
66
yarn-error.*
77
.env
88
*.hprof
9+
.idea/
910

1011
.watchmanconfig
1112

@@ -25,6 +26,8 @@ build/
2526
local.properties
2627
*.iml
2728
xcuserdata/
29+
e2e/ios/main.jsbundle
30+
e2e/android/app/src/main/java/com/e2eoktareactnative/generated/
2831

2932
# General
3033
*.swp
@@ -51,4 +54,4 @@ DerivedData
5154
*.dSYM
5255

5356
# CocoaPods
54-
Pods/
57+
Pods/

e2e/ios/E2EOktaReactNative/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ - (NSURL *)sourceURLForBridge:(RCTBridge *)bridge {
7070
#if CI
7171
return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
7272
#else
73-
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
73+
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index"];
7474
#endif
7575
}
7676

0 commit comments

Comments
 (0)