Nery Alexis Orellana Cuy
Nery Alexis Orellana Cuy
This works for me https://docs.nativebase.io/testing#page-title MyTestfile-test.tsx ``` import 'react-native'; import React from 'react'; import { Test } from '../screens/Test'; import { render } from '@testing-library/react-native'; import { NativeBaseProvider } from...
Add a wrapper provider to your App/Component ``` import { Provider } from 'react-redux'; import store from '../stores/store'; export const renderWithProviderTheme = (component: React.ReactElement) => { const { debug, ...rest...
i'm tryin in laravel 5.8 in Guatemala, and always return default, but if pass an IP from amazon server return the ip info
use: ``` "jest": { "preset": "jest-expo" } ``` https://github.com/expo/expo/issues/6952#issuecomment-606872638