Lucas Garcez

Results 1 issues of Lucas Garcez

## Summary ### Extends mock capabilities Use `jest.fn` on `useSafeAreaInsets` and `useSafeAreaFrame` to allow the use of Mock Functions method as shown below: ```js import {useSafeAreaInsets} from 'react-native-safe-area-context'; const mockedUseSafeAreaInsets...