Oleh Mazur

Results 3 comments of Oleh Mazur

You can try to place component on headerRight instead of headerLeft and add marginRight to it : const {width} = Dimensions.get('screen'); ... headerRight:() => https://user-images.githubusercontent.com/69375560/194675879-283f5e0a-478b-439e-bda7-ea160f3fb689.mp4

If the application is not supposed to work offline, then it is possible add link as a script. in index.js replace ` ${getMinifiedEChartsFramework()} ` to : `

@GhostWalker562 try this : ``` export const getSharedElement = ( route: SharedElementCompatRoute, otherRoute: SharedElementCompatRoute, ) => { if ( [ScreensWithoutSharedElement].includes(otherRoute.name ) ) { return ["none"] } } ```