Simon Reggiani

Results 11 issues of Simon Reggiani

If anyone is looking for a hook: ```typescript import { useState, useEffect } from 'react'; import Geolocation, { GeolocationResponse, } from '@react-native-community/geolocation'; export const useCurrentLocation = (): [ boolean, GeolocationResponse...

question

**Describe the solution you'd like** We started using reassure to measure a particular screen's performance. To be able to render it in the right conditions, we currently render our entire...

Hi! 👋 Firstly, thanks for your work on this project! 🙂 Today I used [patch-package](https://github.com/ds300/patch-package) to patch `[email protected]` for the project I'm working on. We have a vanilla React Native...

**Is your feature request related to a problem? Please describe.** When I have a lot of stories for a given component, it can be tedious to switch stories (i.e. side...

The build was failing because there's no Google Services json file in the project. Commenting out Fabric and Google Services in build.gradle worked.

First of all, congrats for the new `createReducer`. This is super helpful as we don't have to define types anymore! The only issue I'm seeing is that I can't seem...

![image](https://user-images.githubusercontent.com/1479283/72473317-6d8fc100-37b4-11ea-824d-f7d3be2eb31f.png) See line 17 `nane: action.payload.name`, TS is nit complaining about that I typed `nane` instead of `name`. If I add the type manually: ![image](https://user-images.githubusercontent.com/1479283/72473415-a0d25000-37b4-11ea-90e6-d6b2a2b88cec.png) Then I see the error...

``` "@segment/analytics-react-native": "2.15.0", "@segment/analytics-react-native-plugin-braze": "^0.5.4", "@segment/analytics-react-native-plugin-mixpanel": "0.3.3", "@segment/sovran-react-native": "1.0.4", ``` **Steps to reproduce** 1. Add `BackgroundFlushPolicy` to client flush policies (e.g. `segmentClient.addFlushPolicy(new BackgroundFlushPolicy());` 2. Open the app 3. Trigger an...

bug

It'd be great to be able to send an image in `AndroidMessagingStyleMessage` in addition to text. See native method [here](https://developer.android.com/reference/android/app/Notification.MessagingStyle.Message#setData(java.lang.String,%20android.net.Uri)).