Doug Wood

Results 11 comments of Doug Wood

FYI i was able to do something like this to change the account info. ``` app.config(function (AnalyticsProvider) { AnalyticsProvider.setAccount('UA-XXX-dummyID') AnalyticsProvider .delayScriptTag(true) .ignoreFirstPageLoad(true) .trackPages(true) .trackUrlParams(true) .setPageEvent('$stateChangeSuccess') .logAllCalls(false) .setDomainName('none') }) ``` and...

awesome ! I will give it a shot. thanks Chris ! Quick question, do I need to have a PDF viewer installed on the android for this to work?. I...

gotcha, thanks. I am gonna give it a shot. On May 1, 2013, at 11:13 AM, Chris Emerson wrote: > AFAIK no you don’t. My hack of the childbrowser thing...

SyntaxError: Expected "\"", "\\'", "\\\"", "\\n", or [^\\"] but "\\" found. similar to above it was Sentry shell script. I am on a mac. shellScript = "export SENTRY_PROPERTIES=sentry.properties\nexport ....." in...

same here ! IOS simulator only. Not using expo . "react-native": "0.63.4" "reanimated-bottom-sheet": "^1.0.0-alpha.22",

I fixed this. I realized I did not fully understand snapPoints and sliderRef.current?.snapTo(). i was trying to snap to a point that didnt exist

i was snapping to a pixel, not an index. this caused the error.

no luck unfortunately by npm install es6-shim. can you be a little more specific ?

i am still having this issue using "react-native-date-picker": "git+https://github.com/badrey/react-native-date-picker.git#new-arc-fix". exact same error on Android please help. !