Jonathan Chua

Results 4 comments of Jonathan Chua

A better way to do this is to create a [custom layout](https://github.com/calintamas/react-native-toast-message/blob/HEAD/docs/custom-layouts.md) and add at least 10 to the top margin of the various toast components.

This probably isn't the best way, but we could check for the exact dimensions of the iPhone 14 Pro screen and adjust the top offset in [useToast.ts](https://github.com/calintamas/react-native-toast-message/blob/cd154007f10aa2c8b3fb71081f01005b41023633/src/useToast.ts#L19) like this. ```...

@kiran-kumar011 you can add extra spacing to your custom layout for now. See my [previous post](https://github.com/calintamas/react-native-toast-message/issues/409#issuecomment-1286306324).

> Check the App name in MainActivity at getMainComponentName function, app.json, and package.json it will same in these 3 places. @methineeinkan After using the Upgrade Helper to go to 0.71.6,...