Philip Andrews

Results 24 comments of Philip Andrews

I'm using // Template version: 1.3.1

Hi @LinusBorg thanks your help that does fix the path within the Css file, however now the files are emitted to the wrong folder. They are outputted to one level...

yep, its a pain. Pretty sure _postcss-url_ can solve this issue. I see you've added it to the project, maybe it just needs some additional config?

> Is it possible to pause the movement, and then re-enable it without refreshing? > > I want to pause an animation while the user is scrolling. ``` pause() {...

had another look the connect example from here which uses a modal https://www.algolia.com/doc/guides/building-search-ui/going-further/native/react/#create-a-modal it can also be done in hooks by using `const { setUiState } = useInstantSearch()` and wrapping...

We've fixed this issue in our app with this wrapper component for a widget to prevent the unloading state behaviour ```jsx const WidgetUiStateProvider = ({ indexName, children, searchClient, syncWithRootUiState =...

noting this feature is available in the ios sdk v4+ v5 https://braintree.github.io/braintree_ios/current/Classes/BTAPIClient.html#/c:objc(cs)BTAPIClient(im)fetchPaymentMethodNonces:

had another look the connect example from here which uses a modal https://www.algolia.com/doc/guides/building-search-ui/going-further/native/react/#create-a-modal it can also be done in hooks by using `const { setUiState } = useInstantSearch()` and wrapping...

We've fixed this issue in our app with this wrapper component for a widget to prevent the unloading state behaviour ```jsx const WidgetUiStateProvider = ({ indexName, children, searchClient, syncWithRootUiState =...

+1 we'd stuck using an old version of react-native-firebase v14, as newer version require use_frameworks