Skip to content

Commit

Permalink
Merge branch 'dev'
Browse files Browse the repository at this point in the history
  • Loading branch information
WhidRubeld committed Feb 14, 2023
2 parents fa487ef + 14e62cf commit 293d820
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,6 +72,9 @@ export default function App() {
// short naming (-1 default)
'other'
]}
// headers={{
// Authorization: `${token_type} ${access_token}`
// }}
onReady={() => setReady(true)}
>
{ready && (
Expand Down
2 changes: 1 addition & 1 deletion example/src/ImageExamples.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export default function ImageExamples() {
uri='https://picsum.photos/3840/2160.jpg?random=first'
manager='images'
// headers={{
// 'Authorization': `${token_type} ${access_token}`
// Authorization: `${token_type} ${access_token}`
// }}
toggleButtons
autoLoad={false}
Expand Down

0 comments on commit 293d820

Please sign in to comment.