louis holley
louis holley
@dohooo hey, thanks so much for this it's working great! +1 request for auto height, is this currently possible with react-native-reanimated-carousel?
have you got `scrollEnabled={false}` on the input? I took it off and it's working better
@robertwt7 this is happening to us too...seems like a pretty huge bug
just a bump to say this is affecting us - will check out `serverless-esbuild` thank you @jayair
+1 happening to us too
@huntedman I think this is an [issue](https://github.com/serverless-heaven/serverless-webpack/issues/737) with serverless-webpack. to temporarily patch it, I ran `npm i [email protected]` in our repo and the problem went away
@Cnilton sounds ideal man, let me know when you've made the change! thanks a lot
yeah pretty sure my code is as the example: ``` {networkStatus === NetworkStatus.loading ? ( ) : ( groupedMessages.map((messages, i) => ( {!sentByMe && ( )} {messages.map((message, i) => (...
so i just replaced `MessageGroup` with a custom component and it is working perfectly...maybe it's from me trying to combine this UI kit with lots of custom code that is...
@MattBred thank you so much man! saved me