Dax Frost

Results 12 comments of Dax Frost

> try with: > > ` import Swiper from 'react-native-swiper/src';` this works, but is a hacky work around as it shows an issue in TypeScript compiler.

I want the same thing!

@thehappycoder I simply called the following line on startup. [[UIDevice currentDevice] endGeneratingDeviceOrientationNotifications];

Hi @waltjones, I'm excited to finally share this with you, and get your feedback. I have tested Android, iOS & Web, and all run successfully with no errors in the...

Hi @waltjones, if you could help me, I'm trying to resolve the issues with the CI. The issue that it's getting is fairly trivial stuff that I can fix -...

@waltjones thank you so much for getting back to me, I will do whatever I can you suggest until you're available. I did test running `npm run test` on master...

@waltjones I agree that it's odd, hopefully we can figure this out, here's the output of me doing what you suggested: ``` ➜ rollbar.js git:(master) rm -rf node_modules ➜ rollbar.js...

Hi @waltjones, were you able to test if this issue happens for you? I'd really like to get my local build working even on the `master` branch running `npm run...

Hi there, I understand [this is a good fix](https://github.com/firebase/firebase-ios-sdk/issues/7318#issuecomment-884689527) if the native layer is firing the call. Considering the [latest documentation](https://docs.newrelic.com/docs/mobile-monitoring/new-relic-monitoring-react-native/monitor-your-react-native-application/) shows `NewRelic.startAgent(appToken,agentConfiguration);` and is done on the JS layer,...

Assuming the Rollbar.js is the same as the one used for web, I am going to try make a PR and suggest it to you.