Mickael Lecoq
                                            Mickael Lecoq
                                        
                                    Here it is ``` ext { buildToolsVersion = "31.0.0" minSdkVersion = 21 compileSdkVersion = 31 targetSdkVersion = 31 if (System.properties['os.arch'] == "aarch64") { // For M1 Users we need to...
@Productivix here is a fresh install with watermelondb https://github.com/mlecoq/exampleWatermelonDb
Not in my case, do you have any error on flipper ?
@razmjoo-dev i am currently using watermelondb with "react-native-screens": "^3.13.1" and "kotlinVersion": 1.5.20 and it works fine
Yes I have made a decorator which decodes the jwt and then checks if given group as parameter match with existing groups in jwt. Thanks
@kgutwin I have no authorizer in the context of my request Here are the data I have {'httpMethod': 'GET', 'resourcePath': '/farm/...', 'identity': {'sourceIp': '127.0.0.1'}}
There is no authorizer in local mode 😅
It will be great - for the moment I support both cases : reading directly jwt for local mode or using authorizer for production mode
I had the same issue, looking into sentry I have the following stack trace ``` Application Specific Information: Segfault Thread 0 Crashed: 0 libhwui.so 0x732f63aadc SkSurface::getCanvas 1 libhwui.so 0x732f72a6bc android::MinikinFontSkia::GetSkTypeface...
for react-native-redash, a PR fixes the issue : https://github.com/wcandillon/react-native-redash/pull/493 More than using `Extrapolate`, it was using `Animated.Extrapolate` the cause of the issue