sanduluca

Results 92 comments of sanduluca

> I am also facing this issue...but I think this is an Android issue (not a React-Native one). These are my observations: > > The documentation says that a permission...

Seven years and still counting... Maybe you should align with the behavior how JSON values are handled in JavaScript: JSON.stringify({ a:1, b:undefined, c:2 }) produces {"a":1,"c":2} {a: undefined} is often...

I dont see how is this related to `notifee` library. If you need a library for geolocation check this one https://github.com/transistorsoft/react-native-background-geolocation or any other library for geolocation

I am also interested in Progress Indicators for IOS

> Any solutions here? It's annoying when I have to use numeric keys. The only solution for now is to add a string prefix to number keys. ```js values =...

> I find it's OK to use number keys since it make no difference when getting error/touched from formik.errors/touched, you can just use `formik.errors.nestedObject[numeric_key]` as the same as string keys....

The problem still persists here is a snack with React Native To reproduce: 1. Use Android or iOS (on Web somehow its working) 2. Focus the input 3. Press the...

It's been 4 months. Can we get an update on this ?