Gabriel Lim

Results 8 issues of Gabriel Lim

How can we retrieve the size of an array in the `get()` function? Update: Ultimately, I want to get the size of the array column for each qualified document Example,...

### Description I have tried using lottie-react-native with Bodymovin version 5.4.2 and it works but app crashes when using JSON with Bodymovin version 5.6.2 ### Steps to Reproduce 1) Install...

My code : ` ` Output : The input box resulted in normal single line input, doesn't become bigger nor enable multiline input Did I miss anything in my code?...

Below is my code: ``` render() { const html = 'Example HTML string'; return ( { ReactHtmlParser(html) }; ``` I only get Invariant Violation: View config not found for name...

**Platform** - [ ] iOS - [x] Android **Description** _Sometimes_ upon changing icon on Android, the app will first be duplicated (2 apps on homescreen with diff icons), followed by...

question

**Description** Function call to `HMSLocation.FusedLocation.Native.checkLocationSettings()` returns `{ "errorCode": 800, "errorMessage": 10808: AGC_CHECK_FAIL }` **Expected behavior** `checkLocationSettings()` to be called successfully **Current behavior** `checkLocationSettings()` returns `{ "errorCode": 800, "errorMessage": 10808: AGC_CHECK_FAIL...

### Expected Behavior Able to load the chart successfully. It was working in v1.0.20 ### Current Behaviour Error of: ``` UnicodeDecodeError: 'gbk' codec can't decode byte 0xa2 in position 51:...

bug

I am testing out with the demo usage's calendar code. When I place the code at the root indent level, it works. But when I place it under form submission...