Skip to content

Commit

Permalink
Updated README
Browse files Browse the repository at this point in the history
  • Loading branch information
1homsi committed Mar 17, 2022
1 parent 52df4a8 commit 2aaa229
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 6 deletions.
13 changes: 10 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,16 @@ Distributed under the MIT License. See `LICENSE.txt` for more information.

- Team

- [Mohamad Homsi](mailto:[email protected])
- [Jalal Ghannam](mailto:[email protected])
- [Mohamad al faki](mailto:[email protected])
- Mohamad Homsi
- [Email](mailto:[email protected])
- Jalal Ghannam
- [Email](mailto:[email protected])
- Mohamad Al Faki
- [Email](mailto:[email protected])
- [Github](https://github.com/mohamadfaki)
- Ali Fouani
- [Email](mailto:[email protected])
- [Github](https://github.com/alifouani1)

- Project Link: [Quakly](https://github.com/1homsi/Quakly)

Expand Down
1 change: 0 additions & 1 deletion src/screens/AddProduct.js
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,6 @@ const AddProduct = () => {
var url = Platform.OS === 'ios' ? pickerResult.uri.replace('file://', '')
: pickerResult.uri
const filename = pickerResult.uri.substring(pickerResult.uri.lastIndexOf('/') + 1)
//TODO: Fix Upload image to firebase storage
setSelectedImage({
uri: url,
name: filename,
Expand Down
4 changes: 2 additions & 2 deletions src/screens/Options.js
Original file line number Diff line number Diff line change
Expand Up @@ -99,12 +99,12 @@ export default function Option() {
>
<Text style={styles.buttonText}>Terms and Conditions</Text>
</TouchableOpacity>
{/* <TouchableOpacity
<TouchableOpacity
onPress={() => navigation.navigate("About")}
style={styles.button}
>
<Text style={styles.buttonText}>About Us</Text>
</TouchableOpacity> */}
</TouchableOpacity>
<TouchableOpacity onPress={handleSignOut} style={styles.button}>
<Text style={styles.buttonText}>Sign out</Text>
</TouchableOpacity>
Expand Down

0 comments on commit 2aaa229

Please sign in to comment.