File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
android/app/src/main/java/com/androidprogressbarexample
ios/AndroidProgressBarExample Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ protected List<ReactPackage> getPackages() {
28
28
29
29
@ Override
30
30
protected String getJSMainModuleName () {
31
- return "index" ;
31
+ return "example/ index" ;
32
32
}
33
33
};
34
34
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
33
33
- (NSURL *)sourceURLForBridge : (RCTBridge *)bridge
34
34
{
35
35
#if DEBUG
36
- return [[RCTBundleURLProvider sharedSettings ] jsBundleURLForBundleRoot: @" index" fallbackResource: nil ];
36
+ return [[RCTBundleURLProvider sharedSettings ] jsBundleURLForBundleRoot: @" example/ index" fallbackResource: nil ];
37
37
#else
38
38
return [[NSBundle mainBundle ] URLForResource: @" main" withExtension: @" jsbundle" ];
39
39
#endif
You can’t perform that action at this time.
0 commit comments