Fabrizio Bertoglio

Results 239 comments of Fabrizio Bertoglio

>I'm curious what impact (if any) this property should have on iOS. As far as I know, iOS doesn't have the concept of accessibility-specific titles in UIAlertController. They only have...

- [x] add documentation to rn-tester - [x] implement sendAccessibilityEventWithDelay (issue [#30097](https://github.com/facebook/react-native/issues/30097), logic in [SurfaceMountingManager](https://github.com/facebook/react-native/pull/34969/commits/17d78273dbfffd68c66cd5bab82f4a68e236c3dc#diff-d3d0a4709d26919cf2a549febf6cdb755a1274a489078154a80c04d4ba82e590R969-R980), relevant [commit](https://github.com/facebook/react-native/pull/34969/commits/17d78273dbfffd68c66cd5bab82f4a68e236c3dc#diff-d3d0a4709d26919cf2a549febf6cdb755a1274a489078154a80c04d4ba82e590R969-R980))

I am experiencing the following issue **only with android**. `View` disappears when rendered inside a `FlatList` and have `position: 'absolute'` In the example below the Locations component renders a `FlatList`...

the example is based on rn 0.54.3 https://github.com/TheNoim/zIndexBug/blob/rn/package.json#L18 There is another example based on rn 0.59 https://github.com/TheNoim/zIndexBug/blob/master/package.json#L12 I am not sure if the original issue reproduces on latest react-native version...

I tried to test the above issue in the react native master branch. During the implementation of the [example](https://github.com/TheNoim/zIndexBug/tree/rn) I noticed that @TheNoim added [dependencies](https://github.com/TheNoim/zIndexBug/blob/rn/App.js#L5) like [`'react-native-material-cards'`](https://github.com/SiDevesh/React-Native-Material-Cards) that are not...

if you include the following text in your pr summary fixes https://github.com/facebook/react-native/issues/29055 it will be linked to the relevant issue and other developers will be able to filter issues without...

I think it is amazing! thanks a lot for your work!

I have the same problem too.. `curl: (7) Failed to connect to api.market_place_api.dev port 80: Connection refused` this is my route file ``` MarketPlaceApi::Application.routes.draw do # Api definition namespace :api,...

I was able to make this work based on the [following answer](https://github.com/kurenn/market_place_api/issues/54) from [Phanindra](https://github.com/phani627) > To use localhost:3000/api/v1/users/1 change routes.rb to this ``` namespace :api, defaults: { format: :json }...

https://github.com/fabriziobertoglio1987/react-native/commit/110b191b14e3cb692bb6a33f0f129b4f0215f9a6