FunctionsgetSafeAreagetSafeArea CallablegetSafeArea(...args: []): Promise<AppleSafeArea>Returns the current safe area insets on iOS. Can be used outside of a React context (e.g. inside a redux action, thunk or service), as long as the ChaynsProvider has been mounted once.Parametersrest...args: []Returns Promise<AppleSafeArea>
Returns the current safe area insets on iOS. Can be used outside of a React context (e.g. inside a redux action, thunk or service), as long as the ChaynsProvider has been mounted once.