Skip to content

Release 1.5.1

Compare
Choose a tag to compare
@gtokman gtokman released this 27 Apr 12:23
· 53 commits to main since this release
31fa892

1.5.1 (2024-04-27)

  • Added headers prop from images that need an API key
<FasterImageView 
   source={{
     ...
     headers: {
       Authorization: `Bearer ${token}`,
     },
    }} 
 />