Skip to content

Commit 32b707a

Browse files
committed
Merge branch 'master' of github.com:nyu-ossd-s19/react-native-progress-bar-android
2 parents 034ee20 + c4db6b1 commit 32b707a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

example/android/app/src/main/java/com/androidprogressbarexample/MainApplication.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ protected List<ReactPackage> getPackages() {
2828

2929
@Override
3030
protected String getJSMainModuleName() {
31-
return "index";
31+
return "example/index";
3232
}
3333
};
3434

example/ios/AndroidProgressBarExample/AppDelegate.m

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
3333
- (NSURL *)sourceURLForBridge:(RCTBridge *)bridge
3434
{
3535
#if DEBUG
36-
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"index" fallbackResource:nil];
36+
return [[RCTBundleURLProvider sharedSettings] jsBundleURLForBundleRoot:@"example/index" fallbackResource:nil];
3737
#else
3838
return [[NSBundle mainBundle] URLForResource:@"main" withExtension:@"jsbundle"];
3939
#endif

0 commit comments

Comments
 (0)