Hugo
Hugo
I don't know if I'm doing something wrong but I can't reduce bundle size. here is the code: ```javascript const path = require("path"); const { override, fixBabelImports } = require("customize-cra");...
Would it work if I use BackgroundTimer library? Right now I'm using `@react-native-community/geolocation` but I sometimes I get the timeout error, I found a configuration that works but when the...
I have the same problem! I have these versions: ```JSON "dependencies": { "@shoutem/ui": "^1.0.1", "react": "16.9.0", "react-native": "0.61.2", }, ```
I added this to my package.json ```json "jest": { "transformIgnorePatterns": [ "node_modules/(?!(react-native|react-native-vector-icons|@react-native-community/picker)/)" ], } ``` After adding this, you'll get this error: `TypeError: Cannot read property 'default' of undefined`. To...
any update on this? I'm having the same problem, I have a parent component that fetches an array of orders. An order has the following schema. ```graphql type Order {...
any updates on this?
Is there a way to access the token in a middleware in the server? I'm using Yoga and this is how I access the token in the context ```javascript const...
Any update on this?
> Try to use: > > > enableHighAccuracy: false > > =( That sometimes works, I solved by changing the library https://github.com/react-native-community/react-native-geolocation/issues/43#issuecomment-573443763. I tested in a few devices and everything...
I have the last version and I'm still getting the error in some phones: * Emulator (works with `enableHighAccuracy` false or true) * Samsung S8 android 9 (only works with...