kokosky93
kokosky93
I generated sample project with **ns create name --template angular** when I start the project with **ns run android** and I didn't run emulator with AVD Manager before I get...
## Description Following error is beeing thrown when try to use createAnimatedComponent method Error: Requiring module "node_modules\react-native-reanimated\src\createAnimatedComponent.tsx", which threw an exception: TypeError: ReanimatedModule.installTurboModule is not a function except adding plugins:...
Generic QueryFirstAsync doesn't work for a string type. `QueryFirstAsync` -> exception => sequence contains no elements `QueryFirstAsync` -> it works
Hi, I am not able to run the application OS: Windows 10 Android When I follow your instructions: yarn and yarn start I see following error: Error: If you want...
Hi, I have an expo project. I have installed react-native-keychain with yarn add react-native-keychain but following error is beeing thrown when executing below function: await Keychain.setGenericPassword('accessToken', 'refreshToken'); "react-native": "0.64.3" "react-native-keychain":...
Hi, I am trying to use react native graph however in my opinion something is wrong with this library. Please take a look at the chart. It doesn't look like...
I am meeting with dificulties while using multipartUpload method. I need to send json file to the Google Drive API. I have to use multipart to set metadata to a...
After successfull authentication plugin is redirecting to root component. Is there any way to set redirectUri to redirecting to specific component? I am using google auth provider with angular on...
Hi, thanks for the package. It works really nice. I think I found a bug. In case of a new line applied into a text, more-or-less component behavior is ('more'...
### Description Hi, would it be possible to add lineHeight property to the Paragraph? :)