Skip to content

Commit

Permalink
feat: syntax correction
Browse files Browse the repository at this point in the history
  • Loading branch information
erickcrus committed Mar 16, 2023
1 parent 90e62fa commit a894494
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ return () => {

return <View style={{ flex:1 }}>
<View style={{ flex:1 }}>
<Text>Pressione o botão para testar</Text>
<Text>Press button to test</Text>
</View>
<TouchableOpacity style={{
flex:0,
Expand All @@ -37,7 +37,7 @@ return () => {
alignSelf: 'center',
borderRadius: 10
}} onPress={onPress}>
{loading ? <Loader size={8} color='#FFF'> : <Text style={{color:'#FFF'}}>Test</Text>}
{loading ? <Loader size={8} color='#FFF' /> : <Text style={{color:'#FFF'}}>Test</Text>}
</TouchableOpacity>
</View>;
}
Expand Down
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,8 @@
},
"homepage": "https://github.com/erickcrus/three-dots-loader#readme",
"publishConfig": {
"registry": "https://registry.npmjs.org/"
"registry": "https://registry.npmjs.org/",
"access": "public"
},
"devDependencies": {
"@commitlint/config-conventional": "^17.0.2",
Expand Down

0 comments on commit a894494

Please sign in to comment.