Lukasz Modzelewski
Lukasz Modzelewski
Hi, My app runs on android, ios and web platforms. On android and ios the problem does not occur. In storage.ts I create ``` export const storage = new MMKV()...
**Problem:** After adding library to project and `yarn tsc -p ./tsconfig.json` i get: ``` Errors Files 9 node_modules/react-native-gifted-charts/src/BarChart/Animated2DWithGradient.tsx:119 43 node_modules/react-native-gifted-charts/src/BarChart/index.tsx:434 11 node_modules/react-native-gifted-charts/src/BarChart/RenderBars.tsx:142 11 node_modules/react-native-gifted-charts/src/BarChart/RenderStackBars.tsx:109 14 node_modules/react-native-gifted-charts/src/Components/AnimatedBar/index.tsx:49 6 node_modules/react-native-gifted-charts/src/Components/lineSvg.tsx:22 14 node_modules/react-native-gifted-charts/src/Components/ThreeDBar/index.tsx:39...
Hey, when I do a refetch of data to a list which is observed withObservables, and each element of the list also observes its changes, the action itself looks ok....
Hi, Is there any way to inspect the database in Android and RN 0.73? Recently, we migrated from 0.72.6 to 0.73.6, and we deleted some Flipper plugins and Java files...
### What happened? Hey, we use this library to show the CMP consent form. The application is production and available in stores. We just get a lot of errors and...
### Steps to reproduce 1. Call ``` await Share.shareSingle({ url: 'test', social: Social.Messenger, }); ``` 2. Share the message via Facebook Messenger on iOS with a few people. ### Expected...
Is there any way to predefine path stroke color with result.json? This would be very helpful when we present results for multiple tests and want to indicate an overview of...
### Details ### Related Issues GH_LINK ### Automated Tests ### Manual Tests ### Author Checklist - [ ] I linked the correct issue in the `### Related Issues` section above...