Abdessadeq Mahdaoui
Abdessadeq Mahdaoui
Hello, any updates ? thanks
Many thanks @mweststrate
Yeah, i will add our company to the list when we start the project
Same behavior while trying to update Firebase document : `barecode property received as undefined when TextInput is disabled` ``` FirebaseError: [code=invalid-argument]: Function updateDoc() called with invalid data. Unsupported field value:...
@navneetagrwl @Pomar81 the workaround i use currently is to combine **isMatch** (date-fns) with another function that check years match i use **isMatchYears** as : ```javascript const isMatchYears = (date, pattern)...