Christopher Herman
Christopher Herman
@phbernard I have a little bit different of a use case - basically code splitting with 0 imports i.e. babel will do the imports for you. The one area you...
@pcooney10 I have also ran into this issue currently. The reason why iOS was closing immediately for me was because `SEGAnalytics` was not initialized/configured. First you would have to configure...
@Garciax why are you not using `.podspec` and adding the dependency there? ``` s.dependency "Alamofire", "~> 5.4.1" ```
@sandys From what I'm understanding from your question - you would like 2 different implementations for a single use SDK that is used dynamically by Android and iOS. You could...
@adrian-parasciuc https://reactjs.org/docs/hooks-state.html please refer to docs. Also look here: https://reactjs.org/warnings/invalid-hook-call-warning.html. Looks like you are not initializing the function to set the actual state, not sure if that would fix your...
@adrian-parasciuc okay cool, I'm interested to find the real issue - so I will dig deeper today at some point!
@adrian-parasciuc any reason why you have `react-dom` as a dependency in react-native project. I typically associate that with a `react` project, not necessarily a `react-native` project. Idk if that would...
@apa47 ahh fair enough :)
@neil-showpo @OscarSpruit this is a current Chrome Custom Tabs issue https://bugs.chromium.org/p/chromium/issues/detail?id=1323163&q=ERR_UNKNOWN_URL_SCHEME&can=2. This started to break after Chrome version `100.0.4896.127`. This does highlight the a tightly coupled issue with Custom Tabs...
@jreij thanks for the updates and potential solutions outline! It doesn't seem like the google team has had any success yet solving the issue. Has your team thought about allowing...