Skip to content

Commit

Permalink
-
Browse files Browse the repository at this point in the history
  • Loading branch information
tingyuan committed Apr 13, 2024
1 parent 91e5553 commit af1f55a
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ module.exports = {
'@sentry/react-native/expo',
{
url: 'https://sentry.io/',
authToken: process.env.SENTRY_AUTH_TOKEN,
// authToken: process.env.SENTRY_AUTH_TOKEN,
project: process.env.SENTRY_PROJECT,
organization: process.env.SENTRY_ORG,
},
Expand Down
Binary file removed assets/loading-error.png
Binary file not shown.
File renamed without changes
4 changes: 2 additions & 2 deletions src/components/ImagesView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -91,14 +91,14 @@ function ImagesView() {
initWidth={96}
initHeight={96}
style={{ width: imgWidth, height: imgHeight }}
placeholder={require('../../assets/loading.gif')}
placeholder={require('../../assets/loading2.gif')}
/>
)
imageView = imageCompCache.current[v.url]
} else {
imageView = (
<Image
source={require('../../assets/loading.gif')}
source={require('../../assets/loading2.gif')}
className="w-24 h-24"
/>
)
Expand Down

0 comments on commit af1f55a

Please sign in to comment.