Skip to content

Commit

Permalink
add url from backend
Browse files Browse the repository at this point in the history
  • Loading branch information
Louie Jay De La Cruz committed May 11, 2024
1 parent 8bc7a11 commit a5e246f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/details.js
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ export const Details = () => {

const onViewButtonPress = link => {
if (link) {
console.log('openURL', link);
// Linking.openURL(link);
// console.log('openURL', link);
Linking.openURL(link);
}
};

Expand Down

0 comments on commit a5e246f

Please sign in to comment.