Cristian Merli

Results 34 comments of Cristian Merli

I also added `key={suggestion.placeId}` but the error still shows when you type the first character.. This worked tho, like @OtavioPalma said. ``` {suggestion.description} ```

> The versions mentioned in the issue for the following packages differ from the latest versions on npm: > > * `@react-navigation/native` (found: `6.0.8`, latest: `6.0.10`) > * `@react-navigation/bottom-tabs` (found:...

I found that with these versions you can reproduce the issue I described: ``` "dependencies": { "@react-native-async-storage/async-storage": "~1.17.3", "@react-native-community/datetimepicker": "6.1.2", "@react-native-community/hooks": "^2.8.1", "@react-native-community/netinfo": "8.2.0", "@react-native-community/slider": "4.2.1", "@react-navigation/bottom-tabs": "^6.3.1", "@react-navigation/drawer": "^6.4.1",...

> @stesvis I have the same issue. > > ------- "react-native-pager-view": "5.4.24", > > * ++ "react-native-pager-view": "5.4.9", > ------- "react-native-safe-area-context": "4.2.5", > * ++ "react-native-safe-area-context": "3.3.2", > > After...

> here is my temporary solution, just looke okay: > > ```diff > navigationState={{ index, routes }} > onIndexChange={setIndex} > initialLayout={{ width: layout.width }} > + sceneContainerStyle={{ overflow: 'visible' }}...

I get this exception: > Package pusher/pusher-php-server at version ~3.0 has a PHP requirement incompatible with your PHP version, PHP extensions and Composer version: > - pusher/pusher-php-server v3.4.1 requires php...

> pusher-php-server With `composer require pusher/pusher-php-server` I got version 7.0.2

> Hi @euquiq , > Topic based sending is more the question of how to send the push messages. And who takes over the management of the topics. > >...

> I can not see the issue > > Screen.Recording.2022-05-31.at.13.15.51.mov Thanks for your reply! Sorry maybe I forgot to mention that I am referring to searchable selects, where you can...