giantslogik
giantslogik
see #746
same issue with: 2.0.0-rc.2 , RN 69.5
> > same issue with: 2.0.0-rc.2 , RN 69.5 > > try it, works for me [#78 (comment)](https://github.com/souvik-ghosh/react-native-create-thumbnail/issues/78#issuecomment-1305899521) Just updating the minor RN version as mentioned in [react-native/issues/35210](https://github.com/facebook/react-native/issues/35210#issue-1436785719) fixed it...
@tomekzaw @tjzel this PR crashes our App (after upgrade to 3.12.0) . It crashes on launch with 'property is not configurable'. Any insights into debugging will be appreciated , it...
Here's a PR to fix this issue: https://github.com/alessiocancian/react-native-actionsheet/pull/23
@Bartosz-L @stanleyugwu same for me. Touch events don't work on Android. "@devvie/bottom-sheet": "^0.4.3", "react-native": "0.80.2",
@nirtayeb @stanleyugwu confirm. setting `disableBodyPanning={true}` fixed the android touch events.
> Hey, does this also happen with v5? I assume the requests are cached and answers automatically @shortcuts Stopped using v5 due to issues we ran into. https://github.com/algolia/algoliasearch-client-javascript/issues/1554 I can...
@Fluf22 We are not setting a connection Timeout in the code. Based on your comment i modified the code to be: ``` searchClient = algoliasearch('algoliaAppId', 'algoliaApiKey', { timeouts: { connect:...
@Fluf22 @shortcuts The code creates multiple search clients with calls to `searchClient = algoliasearch('algoliaAppId', 'algoliaApiKey');` . Based on observation i suspect it returns the same immutable (and in this case...