Thegabbanator
Thegabbanator
Awesome, yeah this probably explains why I keep getting all these TypeErrors with the new GraphQL format... lol
@maitrungduc1410, @mrousavy, @satya164 FINALLY I figured out this error. There is a zero percent chance that I figure this out without the help of GPT. @maitrungduc1410 I couldn't get nitro's...
@niteshbalusu11 I'm sure this works, but you shouldn't have to do this, you should be able to build with react-native.
I am also experiencing this error when upgrading: `iOS Bundling failed 10976ms node_modules/expo/AppEntry.js (4227 modules) The package at "node_modules/cheerio/dist/commonjs/index.js" attempted to import the Node standard library module "node:stream". It failed...
+1 still an issue on 76.5. The `maxLength` property is not working for me.
@Tobbe, I'm honestly not sure which it is. I'm definitely using TextInputs like I have always used them: ```typescript const [textValue, setTextValue] = useState("") ``` And it lets me just...
+1 on this issue. I have a `TextInput` that is on a view behind the bottom sheet. When the bottom sheet comes up, it covers the text input. I am...
@gorhom is there a way to just make android not move the bottom sheet up at all? I think that's my issue. The keyboard moves up the entire bottom sheet...
Maybe so, once you push your fix, I'll try it and if it's still an issue, I'll make a repro and submit another issue! Thanks for the work on this,...
@gorhom Good afternoon, I tried v5.0.1 and it still appears to be happening. Here is a demo in expo-snack (latest I could go was 5.0.0-alpha but it is still happening...