-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
share button updated, organized content, author process content retri…
…eved, only need to work on back to top button
- Loading branch information
Marcos Hernandez
committed
Oct 18, 2023
1 parent
e21a6fb
commit c1e2986
Showing
2 changed files
with
117 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
import { StyleSheet } from 'react-native'; | ||
|
||
export default StyleSheet.create({ | ||
image: { | ||
width: '100%', | ||
height: '5%', | ||
}, | ||
body: { | ||
fontSize: 16, | ||
fontWeight: '400', | ||
textAlign: 'left', | ||
color: 'black', | ||
}, | ||
}); |