File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
example/ios/ProgressViewExample Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(
17
17
{
18
18
RCTBridge *bridge = [[RCTBridge alloc ] initWithDelegate: self launchOptions: launchOptions];
19
19
RCTRootView *rootView = [[RCTRootView alloc ] initWithBridge: bridge
20
- moduleName: @" RnDiffApp "
20
+ moduleName: @" ProgressViewExample "
21
21
initialProperties: nil ];
22
22
23
23
Original file line number Diff line number Diff line change 4
4
"description" : " React Native Progress View iOS Library" ,
5
5
"main" : " js/index.js" ,
6
6
"scripts" : {
7
- "start" : " node node_modules/react-native/local-cli/cli.js start" ,
7
+ "run:ios" : " node node_modules/react-native/local-cli/cli.js run-ios --project-path \" ./example/ios\" " ,
8
+ "start" : " node node_modules/react-native/local-cli/cli.js start --projectRoot example --watchFolders $PWD" ,
8
9
"flow" : " flow"
9
10
},
10
11
"peerDependencies" : {
You can’t perform that action at this time.
0 commit comments