Skip to content

Commit 66c17fe

Browse files
websoptimizationwebsoptimization
authored andcommitted
change screenshot
1 parent ed9fd7d commit 66c17fe

File tree

4 files changed

+24
-8
lines changed

4 files changed

+24
-8
lines changed

example/App.js

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,15 +9,28 @@ export default class App extends Component {
99
<View style={styles.body}>
1010
<DashedProgress
1111
fill={20}
12+
strokeThickness={2}
1213
countBars={50}
13-
radius={30}
14+
radius={40}
15+
showIndicator={false}
16+
strokeColor="red"
17+
tooltipColor="black"
18+
/>
19+
<DashedProgress
20+
fill={40}
21+
countBars={50}
22+
radius={50}
1423
strokeThickness={2}
24+
trailColor="orange"
1525
/>
1626
<DashedProgress
17-
fill={50}
27+
fill={60}
28+
strokeThickness={2}
1829
countBars={100}
1930
radius={70}
2031
divideEnabled={true}
32+
indicatorColor="blue"
33+
tooltipColor="blue"
2134
/>
2235
</View>
2336
);

example/ios/DashedProgress.xcodeproj/project.pbxproj

Lines changed: 8 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,8 @@
175175
ORGANIZATIONNAME = Facebook;
176176
TargetAttributes = {
177177
13B07F861A680F5B00A75B9A = {
178-
ProvisioningStyle = Manual;
178+
DevelopmentTeam = CNT54AU2P9;
179+
ProvisioningStyle = Automatic;
179180
};
180181
};
181182
};
@@ -298,10 +299,11 @@
298299
baseConfigurationReference = 5F6C7347C2256304326D75E5 /* Pods-DashedProgress.debug.xcconfig */;
299300
buildSettings = {
300301
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
301-
CODE_SIGN_STYLE = Manual;
302+
CODE_SIGN_IDENTITY = "iPhone Developer";
303+
CODE_SIGN_STYLE = Automatic;
302304
CURRENT_PROJECT_VERSION = 1;
303305
DEAD_CODE_STRIPPING = NO;
304-
DEVELOPMENT_TEAM = "";
306+
DEVELOPMENT_TEAM = CNT54AU2P9;
305307
INFOPLIST_FILE = DashedProgress/Info.plist;
306308
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
307309
OTHER_LDFLAGS = (
@@ -321,9 +323,10 @@
321323
baseConfigurationReference = 37417145FCB7537196300139 /* Pods-DashedProgress.release.xcconfig */;
322324
buildSettings = {
323325
ASSETCATALOG_COMPILER_APPICON_NAME = AppIcon;
324-
CODE_SIGN_STYLE = Manual;
326+
CODE_SIGN_IDENTITY = "iPhone Developer";
327+
CODE_SIGN_STYLE = Automatic;
325328
CURRENT_PROJECT_VERSION = 1;
326-
DEVELOPMENT_TEAM = "";
329+
DEVELOPMENT_TEAM = CNT54AU2P9;
327330
INFOPLIST_FILE = DashedProgress/Info.plist;
328331
LD_RUNPATH_SEARCH_PATHS = "$(inherited) @executable_path/Frameworks";
329332
OTHER_LDFLAGS = (

example/package-lock.json

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

screenshot.gif

182 KB
Loading

0 commit comments

Comments
 (0)