Elise Chant

Results 45 comments of Elise Chant

still an issue on these specs: ``` $ » node_modules/.bin/react-native info System: OS: macOS 10.14.5 CPU: (8) x64 Intel(R) Core(TM) i5-8279U CPU @ 2.40GHz Memory: 129.17 MB / 8.00 GB...

Using the `--skip-connect` flag worked for me: ```yarn sentry-wizard -i reactNative -p ios android --skip-connect --debug```

I would support this, as well as all of the other data types

@bear can you reopen, I don't feel this has been documented and I want to push pull request

> (adding onScroll prop) causes issue not changing active or inactive status I can report that @bingbing720's [feedback](https://github.com/archriss/react-native-snap-carousel/issues/546#issuecomment-507486627) is also an issue I have found. As soon as I add...

Any update on this @dannyhw ? the lack of Hooks support makes it _very_ hard to sensibly use 5.0

@dannyhw yes unable to use hooks with 5.3 without interventions as described here https://github.com/storybookjs/storybook/issues/5721. I use the native install option not react-native-web, and currently have to use this decorator in...

Yes, it requires operating system network interfaces -> https://github.com/adamhalasz/uniqid/blob/master/index.js#L17 Action: update the documentation to say, this package does not support React Native development.

You can work around this by using absolute path: ``` const path = require('path') import { TsconfigPathsPlugin } from 'tsconfig-paths-webpack-plugin' new TsconfigPathsPlugin({ configFile: path.join(__dirname, '../../../app/tsconfig.json') }), ```