Javier Alvarez
Javier Alvarez
@rahimrahman nop, I just include RNFB conditionally based on NODE_ENV
I'm facing same error migrating from `0.61.5` to `0.62.2` this are my dependencies: ``` "@mapbox/geo-viewport": "0.4.0", "@mapbox/polyline": "1.0.0", "@react-native-community/async-storage": "1.7.1", "@react-native-community/geolocation": "2.0.2", "@react-native-community/masked-view": "0.1.6", "@react-native-community/netinfo": "5.3.3", "@react-native-firebase/analytics": "6.7.1", "@react-native-firebase/app": "6.7.1",...
In my case is related to react-native-config
@satputepritamcts I just tried that and still failed with the same error. Thank you anyway.
`enableResetScrollToCoords` prop
Awesome work! Looking forward to seeing this merged soon. I have tried something similar on iOS long time ago but I finally gave up https://github.com/neiker/react-native-drag-n-drop
Same issue. With network inspector enabled response body is empty. The issue starts on v0.10.3 with ed47a76 a9e4a9f by @jhen0409
Now it stated to happen also on 0.10.2, I don't understand why. ```info Fetching system and libraries information... System: OS: macOS 10.15.1 CPU: (8) x64 Intel(R) Core(TM) i7-8559U CPU @...
For future readers, `isSignedIn` is missing: ```js isSignedIn: jest.fn(() => Promise.resolve(true)), ```
> It looks like Expo 38.0.8 [fixed this](https://github.com/expo/expo/issues/9042). Targeting that version in my project and doing an `npm install` resolved this. This solves the issue for me. I also removed...