Riccardo Cipolleschi

Results 310 comments of Riccardo Cipolleschi

We found the cause of the issue, and it was because the RCTPullToRefreshViewComponentView was not recycled correctly. What happened is that the UIRefreshControl was not deallocated and remained assigned to...

@tj-mc Hi there! We are looking into the issue, trying to understand what's going on. To rule out problems with hermes, could you make these tests for us? In version...

Unfortunately, the fixes are not easily backported: we have to update the [JS scheduler](https://github.com/facebook/react-native/blob/main/packages/react-native/package.json#L127) and reroute the rendering to a native implementation of the `RuntimeScheduler`. For example, for iOS: -...

Left a couple of extra comments here, but great job guys! :D

I think these errors must be addressed: ``` /home/circleci/react-native/packages/react-native-codegen/src/generators/RNCodegen.d.ts 8:33 warning Strings must use singlequote quotes 74:5 error Property is optional, so `undefined` must be included in the type redundant-undefined/redundant-undefined...

@keshav-raj @Prathameshlabde @riyan10dec Please, try the following steps: - Update to the most recent version of React Native (0.71.11). - Run `yarn install` in the root folder of your app...