mirror of
https://github.com/tooot-app/app
synced 2025-06-05 22:19:13 +02:00
Added fastlane and other updates
This commit is contained in:
@ -200,7 +200,7 @@ const Index: React.FC<Props> = ({ localCorrupt }) => {
|
||||
}}
|
||||
sharedElements={route => {
|
||||
const { imageIndex, imageUrls } = route.params
|
||||
return [{ id: `image.${imageUrls[imageIndex].url}`, debug: true }]
|
||||
return [{ id: `image.${imageUrls[imageIndex].url}` }]
|
||||
}}
|
||||
/>
|
||||
</Stack.Navigator>
|
||||
|
Reference in New Issue
Block a user