Eric Poulin
Eric Poulin
Using the the latest version of the library (1.9.1), any string that contains certain characters (like apostrophes) are returned with encoding. For example `Dean's house` becomes `Dean's house` This seems...
### Current behaviour When focusing into a TextInput (at least when mode='flat'), the label disappears. It shows up normally when multiline=false, and this is only a problem on iOS. ###...
### Summary Since updating to Expo 53 I get a whole lot of these warnings in my console: `Deprecated: prop 'getId' on screen profile/[username] is deprecated. Please rename the prop...
Since 0.3.3 my typings for this library are broken. The library works as expected, but Typescript is complaining. Here is my import: ```import QRCodeStyled, { SVGQRCodeStyledProps } from "react-native-qrcode-styled";``` And...
The only change I made was updating my packages. It works on Expo 52 / RN 76, when upgrading the logo disappears without any errors. Here's my code: ``` ```
### Describe the bug Since upgrading to Expo 53, my console is flooded with these warnings. It doesn't seem to affect anything in the app, just annoying for debugging. ```...
## Summary Wondering if the peerDependencies and devDependencies of `@react-native-async-storage/async-storage` can be updated to the latest here: `packages/storage-rn/package.json` It's also not clear to me why these versions are different. ##...
Is CommonMark support actually coming? I noticed in the `README` it says it is, but then I saw that line was added in January of last year... are there any...
I am unable to get placeholders to show up on web. They work fine iOS/Android and for regular TextInputs on all platforms. I'm on version `0.1.287` I can get the...